Shades of Water Leaf #BBEFDF
Tints of Water Leaf #BBEFDF
RGB
CMYK
RGB Variations
Color information
#BBEFDF (or 0xBBEFDF) is known color: Water Leaf. HEX triplet: BB, EF and DF. RGB value is (187,239,223). Sum of RGB (Red+Green+Blue) = 187+239+223=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDF is #441020. Grayscale: #DDDDDD. Windows color (decimal): -4460577 or 14675899. OLE color: 14675899.
HSL color Cylindrical-coordinate representation of color #BBEFDF: hue angle of 161.54º degrees, saturation: 0.62, 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 #BBEFDF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 223 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.06 |
| HSL | 161.54º | 0.62% | 0.84% | - |
| HSV(B) | 161.54º | 0.22% | 0.94% | - |
| XYZ | 64.68 | 77.63 | 81.39 | - |
| YUV | 221.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 223 | 0.22 | 0 | 0.07 | 0.06 | 161.54 | 0.62 | 0.84 |
| Hex | BB | EF | DF | 16 | 0 | 7 | 6 | A2 | 3E | 54 |
| Octal | 273 | 357 | 337 | 26 | 0 | 7 | 6 | 242 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11011111 | 10110 | 0 | 111 | 110 | 10100010 | 111110 | 1010100 |
Color Harmonies of #BBEFDF
Complementary color
Monochromatic Colors of #BBEFDF
Black with #BBEFDF
Text Example
Text Example
White with #BBEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFDF; }
p { color: rgb(187,239,223); }
H1.HeaderClassName
{
color: #BBEFDF;
}
.AnyTagClassName
{
color: #BBEFDF;
}
</style>
background-color css
<style>
a { background-color: #BBEFDF; }
a { background-color: rgb(187,239,223); }
div.DivClassName
{
background-color: #BBEFDF;
}
.BgClassName
{
background-color: #BBEFDF;
}
</style>
border-color css
<style>
span { border-color: #BBEFDF; }
span { border-color: rgb(187,239,223); }
td.TdClassName
{
border-color: #BBEFDF;
}
.TagClassName
{
border-color: #BBEFDF;
}
</style>