Shades of Onahau #BDE2E4
Tints of Onahau #BDE2E4
RGB
CMYK
RGB Variations
Color information
#BDE2E4 (or 0xBDE2E4) is known color: Onahau. HEX triplet: BD, E2 and E4. RGB value is (189,226,228). Sum of RGB (Red+Green+Blue) = 189+226+228=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDE2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2E4 is #421D1B. Grayscale: #D7D7D7. Windows color (decimal): -4332828 or 15000253. OLE color: 15000253.
HSL color Cylindrical-coordinate representation of color #BDE2E4: hue angle of 183.08º 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 #BDE2E4 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 228 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.11 |
| HSL | 183.08º | 0.42% | 0.82% | - |
| HSV(B) | 183.08º | 0.17% | 0.89% | - |
| XYZ | 62.19 | 70.81 | 83.79 | - |
| YUV | 215.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 228 | 0.17 | 0.01 | 0 | 0.11 | 183.08 | 0.42 | 0.82 |
| Hex | BD | E2 | E4 | 11 | 1 | 0 | B | B7 | 2A | 52 |
| Octal | 275 | 342 | 344 | 21 | 1 | 0 | 13 | 267 | 52 | 122 |
| Binary | 10111101 | 11100010 | 11100100 | 10001 | 1 | 0 | 1011 | 10110111 | 101010 | 1010010 |
Color Harmonies of #BDE2E4
Complementary color
Monochromatic Colors of #BDE2E4
Black with #BDE2E4
Text Example
Text Example
White with #BDE2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2E4; }
p { color: rgb(189,226,228); }
H1.HeaderClassName
{
color: #BDE2E4;
}
.AnyTagClassName
{
color: #BDE2E4;
}
</style>
background-color css
<style>
a { background-color: #BDE2E4; }
a { background-color: rgb(189,226,228); }
div.DivClassName
{
background-color: #BDE2E4;
}
.BgClassName
{
background-color: #BDE2E4;
}
</style>
border-color css
<style>
span { border-color: #BDE2E4; }
span { border-color: rgb(189,226,228); }
td.TdClassName
{
border-color: #BDE2E4;
}
.TagClassName
{
border-color: #BDE2E4;
}
</style>