Shades of Onahau #BDDDE3
Tints of Onahau #BDDDE3
RGB
CMYK
RGB Variations
Color information
#BDDDE3 (or 0xBDDDE3) is known color: Onahau. HEX triplet: BD, DD and E3. RGB value is (189,221,227). Sum of RGB (Red+Green+Blue) = 189+221+227=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE3 is #42221C. Grayscale: #D4D4D4. Windows color (decimal): -4334109 or 14933437. OLE color: 14933437.
HSL color Cylindrical-coordinate representation of color #BDDDE3: hue angle of 189.47º 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 #BDDDE3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 221 | 227 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.11 |
| HSL | 189.47º | 0.4% | 0.82% | - |
| HSV(B) | 189.47º | 0.17% | 0.89% | - |
| XYZ | 60.71 | 68.08 | 82.61 | - |
| YUV | 212.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 227 | 0.17 | 0.03 | 0 | 0.11 | 189.47 | 0.4 | 0.82 |
| Hex | BD | DD | E3 | 11 | 3 | 0 | B | BD | 28 | 52 |
| Octal | 275 | 335 | 343 | 21 | 3 | 0 | 13 | 275 | 50 | 122 |
| Binary | 10111101 | 11011101 | 11100011 | 10001 | 11 | 0 | 1011 | 10111101 | 101000 | 1010010 |
Color Harmonies of #BDDDE3
Complementary color
Monochromatic Colors of #BDDDE3
Black with #BDDDE3
Text Example
Text Example
White with #BDDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDE3; }
p { color: rgb(189,221,227); }
H1.HeaderClassName
{
color: #BDDDE3;
}
.AnyTagClassName
{
color: #BDDDE3;
}
</style>
background-color css
<style>
a { background-color: #BDDDE3; }
a { background-color: rgb(189,221,227); }
div.DivClassName
{
background-color: #BDDDE3;
}
.BgClassName
{
background-color: #BDDDE3;
}
</style>
border-color css
<style>
span { border-color: #BDDDE3; }
span { border-color: rgb(189,221,227); }
td.TdClassName
{
border-color: #BDDDE3;
}
.TagClassName
{
border-color: #BDDDE3;
}
</style>