Shades of Onahau #BDE2E8
Tints of Onahau #BDE2E8
RGB
CMYK
RGB Variations
Color information
#BDE2E8 (or 0xBDE2E8) is known color: Onahau. HEX triplet: BD, E2 and E8. RGB value is (189,226,232). Sum of RGB (Red+Green+Blue) = 189+226+232=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2E8 is #421D17. Grayscale: #D7D7D7. Windows color (decimal): -4332824 or 15262397. OLE color: 15262397.
HSL color Cylindrical-coordinate representation of color #BDE2E8: hue angle of 188.37º 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 #BDE2E8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 226 | 232 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.09 |
| HSL | 188.37º | 0.48% | 0.83% | - |
| HSV(B) | 188.37º | 0.19% | 0.91% | - |
| XYZ | 62.75 | 71.04 | 86.75 | - |
| YUV | 215.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 232 | 0.19 | 0.03 | 0 | 0.09 | 188.37 | 0.48 | 0.83 |
| Hex | BD | E2 | E8 | 13 | 3 | 0 | 9 | BC | 30 | 53 |
| Octal | 275 | 342 | 350 | 23 | 3 | 0 | 11 | 274 | 60 | 123 |
| Binary | 10111101 | 11100010 | 11101000 | 10011 | 11 | 0 | 1001 | 10111100 | 110000 | 1010011 |
Color Harmonies of #BDE2E8
Complementary color
Monochromatic Colors of #BDE2E8
Black with #BDE2E8
Text Example
Text Example
White with #BDE2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2E8; }
p { color: rgb(189,226,232); }
H1.HeaderClassName
{
color: #BDE2E8;
}
.AnyTagClassName
{
color: #BDE2E8;
}
</style>
background-color css
<style>
a { background-color: #BDE2E8; }
a { background-color: rgb(189,226,232); }
div.DivClassName
{
background-color: #BDE2E8;
}
.BgClassName
{
background-color: #BDE2E8;
}
</style>
border-color css
<style>
span { border-color: #BDE2E8; }
span { border-color: rgb(189,226,232); }
td.TdClassName
{
border-color: #BDE2E8;
}
.TagClassName
{
border-color: #BDE2E8;
}
</style>