Shades of Water Leaf #BBF6E6
Tints of Water Leaf #BBF6E6
RGB
CMYK
RGB Variations
Color information
#BBF6E6 (or 0xBBF6E6) is known color: Water Leaf. HEX triplet: BB, F6 and E6. RGB value is (187,246,230). Sum of RGB (Red+Green+Blue) = 187+246+230=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6E6 is #440919. Grayscale: #E2E2E2. Windows color (decimal): -4458778 or 15136443. OLE color: 15136443.
HSL color Cylindrical-coordinate representation of color #BBF6E6: hue angle of 163.73º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6E6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 230 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.04 |
| HSL | 163.73º | 0.77% | 0.85% | - |
| HSV(B) | 163.73º | 0.24% | 0.96% | - |
| XYZ | 67.73 | 82.19 | 87.16 | - |
| YUV | 226.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 230 | 0.24 | 0 | 0.07 | 0.04 | 163.73 | 0.77 | 0.85 |
| Hex | BB | F6 | E6 | 18 | 0 | 7 | 4 | A4 | 4D | 55 |
| Octal | 273 | 366 | 346 | 30 | 0 | 7 | 4 | 244 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11100110 | 11000 | 0 | 111 | 100 | 10100100 | 1001101 | 1010101 |
Color Harmonies of #BBF6E6
Complementary color
Monochromatic Colors of #BBF6E6
Black with #BBF6E6
Text Example
Text Example
White with #BBF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6E6; }
p { color: rgb(187,246,230); }
H1.HeaderClassName
{
color: #BBF6E6;
}
.AnyTagClassName
{
color: #BBF6E6;
}
</style>
background-color css
<style>
a { background-color: #BBF6E6; }
a { background-color: rgb(187,246,230); }
div.DivClassName
{
background-color: #BBF6E6;
}
.BgClassName
{
background-color: #BBF6E6;
}
</style>
border-color css
<style>
span { border-color: #BBF6E6; }
span { border-color: rgb(187,246,230); }
td.TdClassName
{
border-color: #BBF6E6;
}
.TagClassName
{
border-color: #BBF6E6;
}
</style>