Shades of Onahau #BDE0EC
Tints of Onahau #BDE0EC
RGB
CMYK
RGB Variations
Color information
#BDE0EC (or 0xBDE0EC) is known color: Onahau. HEX triplet: BD, E0 and EC. RGB value is (189,224,236). Sum of RGB (Red+Green+Blue) = 189+224+236=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0EC is #421F13. Grayscale: #D6D6D6. Windows color (decimal): -4333332 or 15524029. OLE color: 15524029.
HSL color Cylindrical-coordinate representation of color #BDE0EC: hue angle of 195.32º 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 #BDE0EC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 224 | 236 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.07 |
| HSL | 195.32º | 0.55% | 0.83% | - |
| HSV(B) | 195.32º | 0.2% | 0.93% | - |
| XYZ | 62.78 | 70.19 | 89.6 | - |
| YUV | 214.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 236 | 0.20 | 0.05 | 0 | 0.07 | 195.32 | 0.55 | 0.83 |
| Hex | BD | E0 | EC | 14 | 5 | 0 | 7 | C3 | 37 | 53 |
| Octal | 275 | 340 | 354 | 24 | 5 | 0 | 7 | 303 | 67 | 123 |
| Binary | 10111101 | 11100000 | 11101100 | 10100 | 101 | 0 | 111 | 11000011 | 110111 | 1010011 |
Color Harmonies of #BDE0EC
Complementary color
Monochromatic Colors of #BDE0EC
Black with #BDE0EC
Text Example
Text Example
White with #BDE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0EC; }
p { color: rgb(189,224,236); }
H1.HeaderClassName
{
color: #BDE0EC;
}
.AnyTagClassName
{
color: #BDE0EC;
}
</style>
background-color css
<style>
a { background-color: #BDE0EC; }
a { background-color: rgb(189,224,236); }
div.DivClassName
{
background-color: #BDE0EC;
}
.BgClassName
{
background-color: #BDE0EC;
}
</style>
border-color css
<style>
span { border-color: #BDE0EC; }
span { border-color: rgb(189,224,236); }
td.TdClassName
{
border-color: #BDE0EC;
}
.TagClassName
{
border-color: #BDE0EC;
}
</style>