Shades of Onahau #BDDEE8
Tints of Onahau #BDDEE8
RGB
CMYK
RGB Variations
Color information
#BDDEE8 (or 0xBDDEE8) is known color: Onahau. HEX triplet: BD, DE and E8. RGB value is (189,222,232). Sum of RGB (Red+Green+Blue) = 189+222+232=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEE8 is #422117. Grayscale: #D5D5D5. Windows color (decimal): -4333848 or 15261373. OLE color: 15261373.
HSL color Cylindrical-coordinate representation of color #BDDEE8: hue angle of 193.95º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDEE8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 222 | 232 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.09 |
| HSL | 193.95º | 0.48% | 0.83% | - |
| HSV(B) | 193.95º | 0.19% | 0.91% | - |
| XYZ | 61.67 | 68.89 | 86.39 | - |
| YUV | 213.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 232 | 0.19 | 0.04 | 0 | 0.09 | 193.95 | 0.48 | 0.83 |
| Hex | BD | DE | E8 | 13 | 4 | 0 | 9 | C2 | 30 | 53 |
| Octal | 275 | 336 | 350 | 23 | 4 | 0 | 11 | 302 | 60 | 123 |
| Binary | 10111101 | 11011110 | 11101000 | 10011 | 100 | 0 | 1001 | 11000010 | 110000 | 1010011 |
Color Harmonies of #BDDEE8
Complementary color
Monochromatic Colors of #BDDEE8
Black with #BDDEE8
Text Example
Text Example
White with #BDDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEE8; }
p { color: rgb(189,222,232); }
H1.HeaderClassName
{
color: #BDDEE8;
}
.AnyTagClassName
{
color: #BDDEE8;
}
</style>
background-color css
<style>
a { background-color: #BDDEE8; }
a { background-color: rgb(189,222,232); }
div.DivClassName
{
background-color: #BDDEE8;
}
.BgClassName
{
background-color: #BDDEE8;
}
</style>
border-color css
<style>
span { border-color: #BDDEE8; }
span { border-color: rgb(189,222,232); }
td.TdClassName
{
border-color: #BDDEE8;
}
.TagClassName
{
border-color: #BDDEE8;
}
</style>