Shades of Onahau #BDDEE3
Tints of Onahau #BDDEE3
RGB
CMYK
RGB Variations
Color information
#BDDEE3 (or 0xBDDEE3) is known color: Onahau. HEX triplet: BD, DE and E3. RGB value is (189,222,227). Sum of RGB (Red+Green+Blue) = 189+222+227=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE3 is #42211C. Grayscale: #D4D4D4. Windows color (decimal): -4333853 or 14933693. OLE color: 14933693.
HSL color Cylindrical-coordinate representation of color #BDDEE3: hue angle of 187.89º 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 #BDDEE3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 222 | 227 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.11 |
| HSL | 187.89º | 0.4% | 0.82% | - |
| HSV(B) | 187.89º | 0.17% | 0.89% | - |
| XYZ | 60.97 | 68.61 | 82.7 | - |
| YUV | 212.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 227 | 0.17 | 0.02 | 0 | 0.11 | 187.89 | 0.4 | 0.82 |
| Hex | BD | DE | E3 | 11 | 2 | 0 | B | BC | 28 | 52 |
| Octal | 275 | 336 | 343 | 21 | 2 | 0 | 13 | 274 | 50 | 122 |
| Binary | 10111101 | 11011110 | 11100011 | 10001 | 10 | 0 | 1011 | 10111100 | 101000 | 1010010 |
Color Harmonies of #BDDEE3
Complementary color
Monochromatic Colors of #BDDEE3
Black with #BDDEE3
Text Example
Text Example
White with #BDDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEE3; }
p { color: rgb(189,222,227); }
H1.HeaderClassName
{
color: #BDDEE3;
}
.AnyTagClassName
{
color: #BDDEE3;
}
</style>
background-color css
<style>
a { background-color: #BDDEE3; }
a { background-color: rgb(189,222,227); }
div.DivClassName
{
background-color: #BDDEE3;
}
.BgClassName
{
background-color: #BDDEE3;
}
</style>
border-color css
<style>
span { border-color: #BDDEE3; }
span { border-color: rgb(189,222,227); }
td.TdClassName
{
border-color: #BDDEE3;
}
.TagClassName
{
border-color: #BDDEE3;
}
</style>