Shades of Onahau #BDE0E3
Tints of Onahau #BDE0E3
RGB
CMYK
RGB Variations
Color information
#BDE0E3 (or 0xBDE0E3) is known color: Onahau. HEX triplet: BD, E0 and E3. RGB value is (189,224,227). Sum of RGB (Red+Green+Blue) = 189+224+227=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDE0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0E3 is #421F1C. Grayscale: #D5D5D5. Windows color (decimal): -4333341 or 14934205. OLE color: 14934205.
HSL color Cylindrical-coordinate representation of color #BDE0E3: hue angle of 184.74º degrees, saturation: 0.4, 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 #BDE0E3 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 224 | 227 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.11 |
| HSL | 184.74º | 0.4% | 0.82% | - |
| HSV(B) | 184.74º | 0.17% | 0.89% | - |
| XYZ | 61.51 | 69.68 | 82.88 | - |
| YUV | 213.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 227 | 0.17 | 0.01 | 0 | 0.11 | 184.74 | 0.4 | 0.82 |
| Hex | BD | E0 | E3 | 11 | 1 | 0 | B | B9 | 28 | 52 |
| Octal | 275 | 340 | 343 | 21 | 1 | 0 | 13 | 271 | 50 | 122 |
| Binary | 10111101 | 11100000 | 11100011 | 10001 | 1 | 0 | 1011 | 10111001 | 101000 | 1010010 |
Color Harmonies of #BDE0E3
Complementary color
Monochromatic Colors of #BDE0E3
Black with #BDE0E3
Text Example
Text Example
White with #BDE0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0E3; }
p { color: rgb(189,224,227); }
H1.HeaderClassName
{
color: #BDE0E3;
}
.AnyTagClassName
{
color: #BDE0E3;
}
</style>
background-color css
<style>
a { background-color: #BDE0E3; }
a { background-color: rgb(189,224,227); }
div.DivClassName
{
background-color: #BDE0E3;
}
.BgClassName
{
background-color: #BDE0E3;
}
</style>
border-color css
<style>
span { border-color: #BDE0E3; }
span { border-color: rgb(189,224,227); }
td.TdClassName
{
border-color: #BDE0E3;
}
.TagClassName
{
border-color: #BDE0E3;
}
</style>