Shades of Water Leaf #BBF8E6
Tints of Water Leaf #BBF8E6
RGB
CMYK
RGB Variations
Color information
#BBF8E6 (or 0xBBF8E6) is known color: Water Leaf. HEX triplet: BB, F8 and E6. RGB value is (187,248,230). Sum of RGB (Red+Green+Blue) = 187+248+230=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8E6 is #440719. Grayscale: #E3E3E3. Windows color (decimal): -4458266 or 15136955. OLE color: 15136955.
HSL color Cylindrical-coordinate representation of color #BBF8E6: hue angle of 162.3º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8E6 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 230 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.03 |
| HSL | 162.3º | 0.81% | 0.85% | - |
| HSV(B) | 162.3º | 0.25% | 0.97% | - |
| XYZ | 68.34 | 83.41 | 87.36 | - |
| YUV | 227.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 230 | 0.25 | 0 | 0.07 | 0.03 | 162.3 | 0.81 | 0.85 |
| Hex | BB | F8 | E6 | 19 | 0 | 7 | 3 | A2 | 51 | 55 |
| Octal | 273 | 370 | 346 | 31 | 0 | 7 | 3 | 242 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11100110 | 11001 | 0 | 111 | 11 | 10100010 | 1010001 | 1010101 |
Color Harmonies of #BBF8E6
Complementary color
Monochromatic Colors of #BBF8E6
Black with #BBF8E6
Text Example
Text Example
White with #BBF8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8E6; }
p { color: rgb(187,248,230); }
H1.HeaderClassName
{
color: #BBF8E6;
}
.AnyTagClassName
{
color: #BBF8E6;
}
</style>
background-color css
<style>
a { background-color: #BBF8E6; }
a { background-color: rgb(187,248,230); }
div.DivClassName
{
background-color: #BBF8E6;
}
.BgClassName
{
background-color: #BBF8E6;
}
</style>
border-color css
<style>
span { border-color: #BBF8E6; }
span { border-color: rgb(187,248,230); }
td.TdClassName
{
border-color: #BBF8E6;
}
.TagClassName
{
border-color: #BBF8E6;
}
</style>