Shades of Onahau #BDE4EA
Tints of Onahau #BDE4EA
RGB
CMYK
RGB Variations
Color information
#BDE4EA (or 0xBDE4EA) is known color: Onahau. HEX triplet: BD, E4 and EA. RGB value is (189,228,234). Sum of RGB (Red+Green+Blue) = 189+228+234=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EA is #421B15. Grayscale: #D8D8D8. Windows color (decimal): -4332310 or 15393981. OLE color: 15393981.
HSL color Cylindrical-coordinate representation of color #BDE4EA: hue angle of 188º 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 #BDE4EA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 228 | 234 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.08 |
| HSL | 188º | 0.52% | 0.83% | - |
| HSV(B) | 188º | 0.19% | 0.92% | - |
| XYZ | 63.58 | 72.25 | 88.44 | - |
| YUV | 217.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 234 | 0.19 | 0.03 | 0 | 0.08 | 188 | 0.52 | 0.83 |
| Hex | BD | E4 | EA | 13 | 3 | 0 | 8 | BC | 34 | 53 |
| Octal | 275 | 344 | 352 | 23 | 3 | 0 | 10 | 274 | 64 | 123 |
| Binary | 10111101 | 11100100 | 11101010 | 10011 | 11 | 0 | 1000 | 10111100 | 110100 | 1010011 |
Color Harmonies of #BDE4EA
Complementary color
Monochromatic Colors of #BDE4EA
Black with #BDE4EA
Text Example
Text Example
White with #BDE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4EA; }
p { color: rgb(189,228,234); }
H1.HeaderClassName
{
color: #BDE4EA;
}
.AnyTagClassName
{
color: #BDE4EA;
}
</style>
background-color css
<style>
a { background-color: #BDE4EA; }
a { background-color: rgb(189,228,234); }
div.DivClassName
{
background-color: #BDE4EA;
}
.BgClassName
{
background-color: #BDE4EA;
}
</style>
border-color css
<style>
span { border-color: #BDE4EA; }
span { border-color: rgb(189,228,234); }
td.TdClassName
{
border-color: #BDE4EA;
}
.TagClassName
{
border-color: #BDE4EA;
}
</style>