Shades of Onahau #BDE3EC
Tints of Onahau #BDE3EC
RGB
CMYK
RGB Variations
Color information
#BDE3EC (or 0xBDE3EC) is known color: Onahau. HEX triplet: BD, E3 and EC. RGB value is (189,227,236). Sum of RGB (Red+Green+Blue) = 189+227+236=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EC is #421C13. Grayscale: #D8D8D8. Windows color (decimal): -4332564 or 15524797. OLE color: 15524797.
HSL color Cylindrical-coordinate representation of color #BDE3EC: hue angle of 191.49º 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 #BDE3EC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 227 | 236 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.07 |
| HSL | 191.49º | 0.55% | 0.83% | - |
| HSV(B) | 191.49º | 0.2% | 0.93% | - |
| XYZ | 63.6 | 71.81 | 89.87 | - |
| YUV | 216.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 236 | 0.20 | 0.04 | 0 | 0.07 | 191.49 | 0.55 | 0.83 |
| Hex | BD | E3 | EC | 14 | 4 | 0 | 7 | BF | 37 | 53 |
| Octal | 275 | 343 | 354 | 24 | 4 | 0 | 7 | 277 | 67 | 123 |
| Binary | 10111101 | 11100011 | 11101100 | 10100 | 100 | 0 | 111 | 10111111 | 110111 | 1010011 |
Color Harmonies of #BDE3EC
Complementary color
Monochromatic Colors of #BDE3EC
Black with #BDE3EC
Text Example
Text Example
White with #BDE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3EC; }
p { color: rgb(189,227,236); }
H1.HeaderClassName
{
color: #BDE3EC;
}
.AnyTagClassName
{
color: #BDE3EC;
}
</style>
background-color css
<style>
a { background-color: #BDE3EC; }
a { background-color: rgb(189,227,236); }
div.DivClassName
{
background-color: #BDE3EC;
}
.BgClassName
{
background-color: #BDE3EC;
}
</style>
border-color css
<style>
span { border-color: #BDE3EC; }
span { border-color: rgb(189,227,236); }
td.TdClassName
{
border-color: #BDE3EC;
}
.TagClassName
{
border-color: #BDE3EC;
}
</style>