Shades of Onahau #BDE9EA
Tints of Onahau #BDE9EA
RGB
CMYK
RGB Variations
Color information
#BDE9EA (or 0xBDE9EA) is known color: Onahau. HEX triplet: BD, E9 and EA. RGB value is (189,233,234). Sum of RGB (Red+Green+Blue) = 189+233+234=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EA is #421615. Grayscale: #DBDBDB. Windows color (decimal): -4331030 or 15395261. OLE color: 15395261.
HSL color Cylindrical-coordinate representation of color #BDE9EA: hue angle of 181.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9EA is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 233 | 234 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.08 |
| HSL | 181.33º | 0.52% | 0.83% | - |
| HSV(B) | 181.33º | 0.19% | 0.92% | - |
| XYZ | 64.98 | 75.04 | 88.9 | - |
| YUV | 219.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 234 | 0.19 | 0.00 | 0 | 0.08 | 181.33 | 0.52 | 0.83 |
| Hex | BD | E9 | EA | 13 | 0 | 0 | 8 | B5 | 34 | 53 |
| Octal | 275 | 351 | 352 | 23 | 0 | 0 | 10 | 265 | 64 | 123 |
| Binary | 10111101 | 11101001 | 11101010 | 10011 | 0 | 0 | 1000 | 10110101 | 110100 | 1010011 |
Color Harmonies of #BDE9EA
Complementary color
Monochromatic Colors of #BDE9EA
Black with #BDE9EA
Text Example
Text Example
White with #BDE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9EA; }
p { color: rgb(189,233,234); }
H1.HeaderClassName
{
color: #BDE9EA;
}
.AnyTagClassName
{
color: #BDE9EA;
}
</style>
background-color css
<style>
a { background-color: #BDE9EA; }
a { background-color: rgb(189,233,234); }
div.DivClassName
{
background-color: #BDE9EA;
}
.BgClassName
{
background-color: #BDE9EA;
}
</style>
border-color css
<style>
span { border-color: #BDE9EA; }
span { border-color: rgb(189,233,234); }
td.TdClassName
{
border-color: #BDE9EA;
}
.TagClassName
{
border-color: #BDE9EA;
}
</style>