#BBEFE8

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

Shades of Water Leaf #BBEFE8

Tints of Water Leaf #BBEFE8

Color information

#BBEFE8 (or 0xBBEFE8) is unknown color: approx Water Leaf. HEX triplet: BB, EF and E8. RGB value is (187,239,232). Sum of RGB (Red+Green+Blue) = 187+239+232=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFE8 is #441017. Grayscale: #DEDEDE. Windows color (decimal): -4460568 or 15265723. OLE color: 15265723.

HSL color Cylindrical-coordinate representation of color #BBEFE8: hue angle of 171.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFE8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB187239232-
CMYK0.2200.030.06
HSL171.92º61.9%83.53%-
HSV(B)171.92º21.76%93.73%-
XYZ65.9378.1287.95-
YUV222.65133.27102.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=28.42%
G=36.32%
B=35.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392320.2200.030.06171.9261.983.53
HexBBEFE816036ac3e54
Octal2733573502603625476124
Binary10111011111011111110100010110011110101011001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFE8; }

 p { color: rgb(187,239,232); }

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

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

 a { background-color: rgb(187,239,232); }

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

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

 span { border-color: rgb(187,239,232); }

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