Shades of Onahau #BDE0E4
Tints of Onahau #BDE0E4
RGB
CMYK
RGB Variations
Color information
#BDE0E4 (or 0xBDE0E4) is known color: Onahau. HEX triplet: BD, E0 and E4. RGB value is (189,224,228). Sum of RGB (Red+Green+Blue) = 189+224+228=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0E4 is #421F1B. Grayscale: #D5D5D5. Windows color (decimal): -4333340 or 14999741. OLE color: 14999741.
HSL color Cylindrical-coordinate representation of color #BDE0E4: hue angle of 186.15º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE0E4 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 224 | 228 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.11 |
| HSL | 186.15º | 0.42% | 0.82% | - |
| HSV(B) | 186.15º | 0.17% | 0.89% | - |
| XYZ | 61.65 | 69.73 | 83.61 | - |
| YUV | 213.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 228 | 0.17 | 0.02 | 0 | 0.11 | 186.15 | 0.42 | 0.82 |
| Hex | BD | E0 | E4 | 11 | 2 | 0 | B | BA | 2A | 52 |
| Octal | 275 | 340 | 344 | 21 | 2 | 0 | 13 | 272 | 52 | 122 |
| Binary | 10111101 | 11100000 | 11100100 | 10001 | 10 | 0 | 1011 | 10111010 | 101010 | 1010010 |
Color Harmonies of #BDE0E4
Complementary color
Monochromatic Colors of #BDE0E4
Black with #BDE0E4
Text Example
Text Example
White with #BDE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0E4; }
p { color: rgb(189,224,228); }
H1.HeaderClassName
{
color: #BDE0E4;
}
.AnyTagClassName
{
color: #BDE0E4;
}
</style>
background-color css
<style>
a { background-color: #BDE0E4; }
a { background-color: rgb(189,224,228); }
div.DivClassName
{
background-color: #BDE0E4;
}
.BgClassName
{
background-color: #BDE0E4;
}
</style>
border-color css
<style>
span { border-color: #BDE0E4; }
span { border-color: rgb(189,224,228); }
td.TdClassName
{
border-color: #BDE0E4;
}
.TagClassName
{
border-color: #BDE0E4;
}
</style>