Shades of Water Leaf #BDF9E6
Tints of Water Leaf #BDF9E6
RGB
CMYK
RGB Variations
Color information
#BDF9E6 (or 0xBDF9E6) is known color: Water Leaf. HEX triplet: BD, F9 and E6. RGB value is (189,249,230). Sum of RGB (Red+Green+Blue) = 189+249+230=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9E6 is #420619. Grayscale: #E4E4E4. Windows color (decimal): -4326938 or 15137213. OLE color: 15137213.
HSL color Cylindrical-coordinate representation of color #BDF9E6: hue angle of 161º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9E6 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 249 | 230 | - |
CMYK | 0.24 | 0 | 0.08 | 0.02 |
HSL | 161º | 0.83% | 0.86% | - |
HSV(B) | 161º | 0.24% | 0.98% | - |
XYZ | 69.14 | 84.28 | 87.49 | - |
YUV | 228.89 | 128.62 | 99.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 249 | 230 | 0.24 | 0 | 0.08 | 0.02 | 161 | 0.83 | 0.86 |
Hex | BD | F9 | E6 | 18 | 0 | 8 | 2 | A1 | 53 | 56 |
Octal | 275 | 371 | 346 | 30 | 0 | 10 | 2 | 241 | 123 | 126 |
Binary | 10111101 | 11111001 | 11100110 | 11000 | 0 | 1000 | 10 | 10100001 | 1010011 | 1010110 |
Color Harmonies of #BDF9E6
Complementary color
Monochromatic Colors of #BDF9E6
Black with #BDF9E6
Text Example
Text Example
White with #BDF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9E6; }
p { color: rgb(189,249,230); }
H1.HeaderClassName
{
color: #BDF9E6;
}
.AnyTagClassName
{
color: #BDF9E6;
}
</style>
background-color css
<style>
a { background-color: #BDF9E6; }
a { background-color: rgb(189,249,230); }
div.DivClassName
{
background-color: #BDF9E6;
}
.BgClassName
{
background-color: #BDF9E6;
}
</style>
border-color css
<style>
span { border-color: #BDF9E6; }
span { border-color: rgb(189,249,230); }
td.TdClassName
{
border-color: #BDF9E6;
}
.TagClassName
{
border-color: #BDF9E6;
}
</style>