#B8FFEE

Color #B8FFEE Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B8FFEE

Tints of Water Leaf #B8FFEE

Color information

#B8FFEE (or 0xB8FFEE) is unknown color: approx Water Leaf. HEX triplet: B8, FF and EE. RGB value is (184,255,238). Sum of RGB (Red+Green+Blue) = 184+255+238=677 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.18% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFEE is #470011. Grayscale: #E7E7E7. Windows color (decimal): -4653074 or 15663032. OLE color: 15663032.

HSL color Cylindrical-coordinate representation of color #B8FFEE: hue angle of 165.63º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFEE is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB184255238-
CMYK0.2800.070
HSL165.63º100%86.08%-
HSV(B)165.63º27.84%100%-
XYZ70.9687.8894.11-
YUV231.83131.4893.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.18%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=27.18%
G=37.67%
B=35.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552380.2800.070165.6310086.08
HexB8FFEE1C070a66456
Octal27037735634070246144126
Binary10111000111111111110111011100011101010011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFEE; }

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

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

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

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

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

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

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

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