Shades of Water Leaf #BBF3E6
Tints of Water Leaf #BBF3E6
RGB
CMYK
RGB Variations
Color information
#BBF3E6 (or 0xBBF3E6) is known color: Water Leaf. HEX triplet: BB, F3 and E6. RGB value is (187,243,230). Sum of RGB (Red+Green+Blue) = 187+243+230=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3E6 is #440C19. Grayscale: #E0E0E0. Windows color (decimal): -4459546 or 15135675. OLE color: 15135675.
HSL color Cylindrical-coordinate representation of color #BBF3E6: hue angle of 166.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3E6 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 230 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.05 |
| HSL | 166.07º | 0.7% | 0.84% | - |
| HSV(B) | 166.07º | 0.23% | 0.95% | - |
| XYZ | 66.83 | 80.38 | 86.86 | - |
| YUV | 224.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 230 | 0.23 | 0 | 0.05 | 0.05 | 166.07 | 0.7 | 0.84 |
| Hex | BB | F3 | E6 | 17 | 0 | 5 | 5 | A6 | 46 | 54 |
| Octal | 273 | 363 | 346 | 27 | 0 | 5 | 5 | 246 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11100110 | 10111 | 0 | 101 | 101 | 10100110 | 1000110 | 1010100 |
Color Harmonies of #BBF3E6
Complementary color
Monochromatic Colors of #BBF3E6
Black with #BBF3E6
Text Example
Text Example
White with #BBF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3E6; }
p { color: rgb(187,243,230); }
H1.HeaderClassName
{
color: #BBF3E6;
}
.AnyTagClassName
{
color: #BBF3E6;
}
</style>
background-color css
<style>
a { background-color: #BBF3E6; }
a { background-color: rgb(187,243,230); }
div.DivClassName
{
background-color: #BBF3E6;
}
.BgClassName
{
background-color: #BBF3E6;
}
</style>
border-color css
<style>
span { border-color: #BBF3E6; }
span { border-color: rgb(187,243,230); }
td.TdClassName
{
border-color: #BBF3E6;
}
.TagClassName
{
border-color: #BBF3E6;
}
</style>