Shades of Water Leaf #BBF0E6
Tints of Water Leaf #BBF0E6
RGB
CMYK
RGB Variations
Color information
#BBF0E6 (or 0xBBF0E6) is known color: Water Leaf. HEX triplet: BB, F0 and E6. RGB value is (187,240,230). Sum of RGB (Red+Green+Blue) = 187+240+230=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0E6 is #440F19. Grayscale: #DFDFDF. Windows color (decimal): -4460314 or 15134907. OLE color: 15134907.
HSL color Cylindrical-coordinate representation of color #BBF0E6: hue angle of 168.68º degrees, saturation: 0.64, 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 #BBF0E6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 230 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.06 |
| HSL | 168.68º | 0.64% | 0.84% | - |
| HSV(B) | 168.68º | 0.22% | 0.94% | - |
| XYZ | 65.94 | 78.6 | 86.56 | - |
| YUV | 223.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 230 | 0.22 | 0 | 0.04 | 0.06 | 168.68 | 0.64 | 0.84 |
| Hex | BB | F0 | E6 | 16 | 0 | 4 | 6 | A9 | 40 | 54 |
| Octal | 273 | 360 | 346 | 26 | 0 | 4 | 6 | 251 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11100110 | 10110 | 0 | 100 | 110 | 10101001 | 1000000 | 1010100 |
Color Harmonies of #BBF0E6
Complementary color
Monochromatic Colors of #BBF0E6
Black with #BBF0E6
Text Example
Text Example
White with #BBF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0E6; }
p { color: rgb(187,240,230); }
H1.HeaderClassName
{
color: #BBF0E6;
}
.AnyTagClassName
{
color: #BBF0E6;
}
</style>
background-color css
<style>
a { background-color: #BBF0E6; }
a { background-color: rgb(187,240,230); }
div.DivClassName
{
background-color: #BBF0E6;
}
.BgClassName
{
background-color: #BBF0E6;
}
</style>
border-color css
<style>
span { border-color: #BBF0E6; }
span { border-color: rgb(187,240,230); }
td.TdClassName
{
border-color: #BBF0E6;
}
.TagClassName
{
border-color: #BBF0E6;
}
</style>