Shades of Onahau #BDE9EC
Tints of Onahau #BDE9EC
RGB
CMYK
RGB Variations
Color information
#BDE9EC (or 0xBDE9EC) is known color: Onahau. HEX triplet: BD, E9 and EC. RGB value is (189,233,236). Sum of RGB (Red+Green+Blue) = 189+233+236=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9EC is #421613. Grayscale: #DCDCDC. Windows color (decimal): -4331028 or 15526333. OLE color: 15526333.
HSL color Cylindrical-coordinate representation of color #BDE9EC: hue angle of 183.83º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE9EC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 233 | 236 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.07 |
| HSL | 183.83º | 0.55% | 0.83% | - |
| HSV(B) | 183.83º | 0.2% | 0.93% | - |
| XYZ | 65.27 | 75.15 | 90.42 | - |
| YUV | 220.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 236 | 0.20 | 0.01 | 0 | 0.07 | 183.83 | 0.55 | 0.83 |
| Hex | BD | E9 | EC | 14 | 1 | 0 | 7 | B8 | 37 | 53 |
| Octal | 275 | 351 | 354 | 24 | 1 | 0 | 7 | 270 | 67 | 123 |
| Binary | 10111101 | 11101001 | 11101100 | 10100 | 1 | 0 | 111 | 10111000 | 110111 | 1010011 |
Color Harmonies of #BDE9EC
Complementary color
Monochromatic Colors of #BDE9EC
Black with #BDE9EC
Text Example
Text Example
White with #BDE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9EC; }
p { color: rgb(189,233,236); }
H1.HeaderClassName
{
color: #BDE9EC;
}
.AnyTagClassName
{
color: #BDE9EC;
}
</style>
background-color css
<style>
a { background-color: #BDE9EC; }
a { background-color: rgb(189,233,236); }
div.DivClassName
{
background-color: #BDE9EC;
}
.BgClassName
{
background-color: #BDE9EC;
}
</style>
border-color css
<style>
span { border-color: #BDE9EC; }
span { border-color: rgb(189,233,236); }
td.TdClassName
{
border-color: #BDE9EC;
}
.TagClassName
{
border-color: #BDE9EC;
}
</style>