Shades of Onahau #BDE2ED
Tints of Onahau #BDE2ED
RGB
CMYK
RGB Variations
Color information
#BDE2ED (or 0xBDE2ED) is known color: Onahau. HEX triplet: BD, E2 and ED. RGB value is (189,226,237). Sum of RGB (Red+Green+Blue) = 189+226+237=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2ED is #421D12. Grayscale: #D8D8D8. Windows color (decimal): -4332819 or 15590077. OLE color: 15590077.
HSL color Cylindrical-coordinate representation of color #BDE2ED: hue angle of 193.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE2ED is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 226 | 237 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.07 |
| HSL | 193.75º | 0.57% | 0.84% | - |
| HSV(B) | 193.75º | 0.2% | 0.93% | - |
| XYZ | 63.47 | 71.33 | 90.54 | - |
| YUV | 216.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 237 | 0.20 | 0.05 | 0 | 0.07 | 193.75 | 0.57 | 0.84 |
| Hex | BD | E2 | ED | 14 | 5 | 0 | 7 | C2 | 39 | 54 |
| Octal | 275 | 342 | 355 | 24 | 5 | 0 | 7 | 302 | 71 | 124 |
| Binary | 10111101 | 11100010 | 11101101 | 10100 | 101 | 0 | 111 | 11000010 | 111001 | 1010100 |
Color Harmonies of #BDE2ED
Complementary color
Monochromatic Colors of #BDE2ED
Black with #BDE2ED
Text Example
Text Example
White with #BDE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2ED; }
p { color: rgb(189,226,237); }
H1.HeaderClassName
{
color: #BDE2ED;
}
.AnyTagClassName
{
color: #BDE2ED;
}
</style>
background-color css
<style>
a { background-color: #BDE2ED; }
a { background-color: rgb(189,226,237); }
div.DivClassName
{
background-color: #BDE2ED;
}
.BgClassName
{
background-color: #BDE2ED;
}
</style>
border-color css
<style>
span { border-color: #BDE2ED; }
span { border-color: rgb(189,226,237); }
td.TdClassName
{
border-color: #BDE2ED;
}
.TagClassName
{
border-color: #BDE2ED;
}
</style>