#B8EEC4

Color #B8EEC4 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8EEC4

Tints of Fringy Flower #B8EEC4

Color information

#B8EEC4 (or 0xB8EEC4) is unknown color: approx Fringy Flower. HEX triplet: B8, EE and C4. RGB value is (184,238,196). Sum of RGB (Red+Green+Blue) = 184+238+196=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEC4 is #47113B. Grayscale: #D9D9D9. Windows color (decimal): -4657468 or 12906168. OLE color: 12906168.

HSL color Cylindrical-coordinate representation of color #B8EEC4: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEC4 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB184238196-
CMYK0.2300.180.07
HSL133.33º61.36%82.75%-
HSV(B)133.33º22.69%93.33%-
XYZ60.3175.3263.59-
YUV217.07116.11104.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 29.77%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=29.77%
G=38.51%
B=31.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842381960.2300.180.07133.3361.3682.75
HexB8EEC4170127853d53
Octal27035630427022720575123
Binary10111000111011101100010010111010010111100001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EEC4; }

 p { color: rgb(184,238,196); }

 H1.HeaderClassName
 {
   color: #B8EEC4;
 }
 .AnyTagClassName
 {
   color: #B8EEC4;
 }
</style>
background-color css

<style>
 a { background-color: #B8EEC4; }

 a { background-color: rgb(184,238,196); }

 div.DivClassName
 {
   background-color: #B8EEC4;
 }
 .BgClassName
 {
   background-color: #B8EEC4;
 }
</style>
border-color css

<style>
 span { border-color: #B8EEC4; }

 span { border-color: rgb(184,238,196); }

 td.TdClassName
 {
   border-color: #B8EEC4;
 }
 .TagClassName
 {
   border-color: #B8EEC4;
 }
</style>