Shades of Onahau #BDDDE5
Tints of Onahau #BDDDE5
RGB
CMYK
RGB Variations
Color information
#BDDDE5 (or 0xBDDDE5) is known color: Onahau. HEX triplet: BD, DD and E5. RGB value is (189,221,229). Sum of RGB (Red+Green+Blue) = 189+221+229=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE5 is #42221A. Grayscale: #D4D4D4. Windows color (decimal): -4334107 or 15064509. OLE color: 15064509.
HSL color Cylindrical-coordinate representation of color #BDDDE5: hue angle of 192º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDDE5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 221 | 229 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.10 |
| HSL | 192º | 0.43% | 0.82% | - |
| HSV(B) | 192º | 0.17% | 0.9% | - |
| XYZ | 60.99 | 68.19 | 84.08 | - |
| YUV | 212.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 229 | 0.17 | 0.03 | 0 | 0.10 | 192 | 0.43 | 0.82 |
| Hex | BD | DD | E5 | 11 | 3 | 0 | A | C0 | 2B | 52 |
| Octal | 275 | 335 | 345 | 21 | 3 | 0 | 12 | 300 | 53 | 122 |
| Binary | 10111101 | 11011101 | 11100101 | 10001 | 11 | 0 | 1010 | 11000000 | 101011 | 1010010 |
Color Harmonies of #BDDDE5
Complementary color
Monochromatic Colors of #BDDDE5
Black with #BDDDE5
Text Example
Text Example
White with #BDDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDE5; }
p { color: rgb(189,221,229); }
H1.HeaderClassName
{
color: #BDDDE5;
}
.AnyTagClassName
{
color: #BDDDE5;
}
</style>
background-color css
<style>
a { background-color: #BDDDE5; }
a { background-color: rgb(189,221,229); }
div.DivClassName
{
background-color: #BDDDE5;
}
.BgClassName
{
background-color: #BDDDE5;
}
</style>
border-color css
<style>
span { border-color: #BDDDE5; }
span { border-color: rgb(189,221,229); }
td.TdClassName
{
border-color: #BDDDE5;
}
.TagClassName
{
border-color: #BDDDE5;
}
</style>