Shades of Onahau #BDE2EA
Tints of Onahau #BDE2EA
RGB
CMYK
RGB Variations
Color information
#BDE2EA (or 0xBDE2EA) is known color: Onahau. HEX triplet: BD, E2 and EA. RGB value is (189,226,234). Sum of RGB (Red+Green+Blue) = 189+226+234=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EA is #421D15. Grayscale: #D7D7D7. Windows color (decimal): -4332822 or 15393469. OLE color: 15393469.
HSL color Cylindrical-coordinate representation of color #BDE2EA: hue angle of 190.67º 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 #BDE2EA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 226 | 234 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.08 |
| HSL | 190.67º | 0.52% | 0.83% | - |
| HSV(B) | 190.67º | 0.19% | 0.92% | - |
| XYZ | 63.03 | 71.15 | 88.25 | - |
| YUV | 215.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 234 | 0.19 | 0.03 | 0 | 0.08 | 190.67 | 0.52 | 0.83 |
| Hex | BD | E2 | EA | 13 | 3 | 0 | 8 | BF | 34 | 53 |
| Octal | 275 | 342 | 352 | 23 | 3 | 0 | 10 | 277 | 64 | 123 |
| Binary | 10111101 | 11100010 | 11101010 | 10011 | 11 | 0 | 1000 | 10111111 | 110100 | 1010011 |
Color Harmonies of #BDE2EA
Complementary color
Monochromatic Colors of #BDE2EA
Black with #BDE2EA
Text Example
Text Example
White with #BDE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2EA; }
p { color: rgb(189,226,234); }
H1.HeaderClassName
{
color: #BDE2EA;
}
.AnyTagClassName
{
color: #BDE2EA;
}
</style>
background-color css
<style>
a { background-color: #BDE2EA; }
a { background-color: rgb(189,226,234); }
div.DivClassName
{
background-color: #BDE2EA;
}
.BgClassName
{
background-color: #BDE2EA;
}
</style>
border-color css
<style>
span { border-color: #BDE2EA; }
span { border-color: rgb(189,226,234); }
td.TdClassName
{
border-color: #BDE2EA;
}
.TagClassName
{
border-color: #BDE2EA;
}
</style>