Shades of Water Leaf #BBF9ED
Tints of Water Leaf #BBF9ED
RGB
CMYK
RGB Variations
Color information
#BBF9ED (or 0xBBF9ED) is known color: Water Leaf. HEX triplet: BB, F9 and ED. RGB value is (187,249,237). Sum of RGB (Red+Green+Blue) = 187+249+237=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9ED is #440612. Grayscale: #E5E5E5. Windows color (decimal): -4458003 or 15595963. OLE color: 15595963.
HSL color Cylindrical-coordinate representation of color #BBF9ED: hue angle of 168.39º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9ED is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 237 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 168.39º | 0.84% | 0.85% | - |
| HSV(B) | 168.39º | 0.25% | 0.98% | - |
| XYZ | 69.66 | 84.43 | 92.75 | - |
| YUV | 229.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 237 | 0.25 | 0 | 0.05 | 0.02 | 168.39 | 0.84 | 0.85 |
| Hex | BB | F9 | ED | 19 | 0 | 5 | 2 | A8 | 54 | 55 |
| Octal | 273 | 371 | 355 | 31 | 0 | 5 | 2 | 250 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11101101 | 11001 | 0 | 101 | 10 | 10101000 | 1010100 | 1010101 |
Color Harmonies of #BBF9ED
Complementary color
Monochromatic Colors of #BBF9ED
Black with #BBF9ED
Text Example
Text Example
White with #BBF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9ED; }
p { color: rgb(187,249,237); }
H1.HeaderClassName
{
color: #BBF9ED;
}
.AnyTagClassName
{
color: #BBF9ED;
}
</style>
background-color css
<style>
a { background-color: #BBF9ED; }
a { background-color: rgb(187,249,237); }
div.DivClassName
{
background-color: #BBF9ED;
}
.BgClassName
{
background-color: #BBF9ED;
}
</style>
border-color css
<style>
span { border-color: #BBF9ED; }
span { border-color: rgb(187,249,237); }
td.TdClassName
{
border-color: #BBF9ED;
}
.TagClassName
{
border-color: #BBF9ED;
}
</style>