Shades of Water Leaf #BDFBEF
Tints of Water Leaf #BDFBEF
RGB
CMYK
RGB Variations
Color information
#BDFBEF (or 0xBDFBEF) is known color: Water Leaf. HEX triplet: BD, FB and EF. RGB value is (189,251,239). Sum of RGB (Red+Green+Blue) = 189+251+239=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEF is #420410. Grayscale: #E7E7E7. Windows color (decimal): -4326417 or 15727549. OLE color: 15727549.
HSL color Cylindrical-coordinate representation of color #BDFBEF: hue angle of 168.39º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBEF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 239 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 168.39º | 0.89% | 0.86% | - |
| HSV(B) | 168.39º | 0.25% | 0.98% | - |
| XYZ | 71.06 | 86.05 | 94.52 | - |
| YUV | 231.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 239 | 0.25 | 0 | 0.05 | 0.02 | 168.39 | 0.89 | 0.86 |
| Hex | BD | FB | EF | 19 | 0 | 5 | 2 | A8 | 59 | 56 |
| Octal | 275 | 373 | 357 | 31 | 0 | 5 | 2 | 250 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11101111 | 11001 | 0 | 101 | 10 | 10101000 | 1011001 | 1010110 |
Color Harmonies of #BDFBEF
Complementary color
Monochromatic Colors of #BDFBEF
Black with #BDFBEF
Text Example
Text Example
White with #BDFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBEF; }
p { color: rgb(189,251,239); }
H1.HeaderClassName
{
color: #BDFBEF;
}
.AnyTagClassName
{
color: #BDFBEF;
}
</style>
background-color css
<style>
a { background-color: #BDFBEF; }
a { background-color: rgb(189,251,239); }
div.DivClassName
{
background-color: #BDFBEF;
}
.BgClassName
{
background-color: #BDFBEF;
}
</style>
border-color css
<style>
span { border-color: #BDFBEF; }
span { border-color: rgb(189,251,239); }
td.TdClassName
{
border-color: #BDFBEF;
}
.TagClassName
{
border-color: #BDFBEF;
}
</style>