Shades of Onahau #BDEBF9
Tints of Onahau #BDEBF9
RGB
CMYK
RGB Variations
Color information
#BDEBF9 (or 0xBDEBF9) is known color: Onahau. HEX triplet: BD, EB and F9. RGB value is (189,235,249). Sum of RGB (Red+Green+Blue) = 189+235+249=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF9 is #421406. Grayscale: #DEDEDE. Windows color (decimal): -4330503 or 16378813. OLE color: 16378813.
HSL color Cylindrical-coordinate representation of color #BDEBF9: hue angle of 194º 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 #BDEBF9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 235 | 249 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 194º | 0.83% | 0.86% | - |
| HSV(B) | 194º | 0.24% | 0.98% | - |
| XYZ | 67.79 | 77.08 | 100.93 | - |
| YUV | 222.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 249 | 0.24 | 0.06 | 0 | 0.02 | 194 | 0.83 | 0.86 |
| Hex | BD | EB | F9 | 18 | 6 | 0 | 2 | C2 | 53 | 56 |
| Octal | 275 | 353 | 371 | 30 | 6 | 0 | 2 | 302 | 123 | 126 |
| Binary | 10111101 | 11101011 | 11111001 | 11000 | 110 | 0 | 10 | 11000010 | 1010011 | 1010110 |
Color Harmonies of #BDEBF9
Complementary color
Monochromatic Colors of #BDEBF9
Black with #BDEBF9
Text Example
Text Example
White with #BDEBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBF9; }
p { color: rgb(189,235,249); }
H1.HeaderClassName
{
color: #BDEBF9;
}
.AnyTagClassName
{
color: #BDEBF9;
}
</style>
background-color css
<style>
a { background-color: #BDEBF9; }
a { background-color: rgb(189,235,249); }
div.DivClassName
{
background-color: #BDEBF9;
}
.BgClassName
{
background-color: #BDEBF9;
}
</style>
border-color css
<style>
span { border-color: #BDEBF9; }
span { border-color: rgb(189,235,249); }
td.TdClassName
{
border-color: #BDEBF9;
}
.TagClassName
{
border-color: #BDEBF9;
}
</style>