Shades of Onahau #BDDDE8
Tints of Onahau #BDDDE8
RGB
CMYK
RGB Variations
Color information
#BDDDE8 (or 0xBDDDE8) is known color: Onahau. HEX triplet: BD, DD and E8. RGB value is (189,221,232). Sum of RGB (Red+Green+Blue) = 189+221+232=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDE8 is #422217. Grayscale: #D4D4D4. Windows color (decimal): -4334104 or 15261117. OLE color: 15261117.
HSL color Cylindrical-coordinate representation of color #BDDDE8: hue angle of 195.35º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDDE8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 221 | 232 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 195.35º | 0.48% | 0.83% | - |
| HSV(B) | 195.35º | 0.19% | 0.91% | - |
| XYZ | 61.41 | 68.36 | 86.3 | - |
| YUV | 212.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 232 | 0.19 | 0.05 | 0 | 0.09 | 195.35 | 0.48 | 0.83 |
| Hex | BD | DD | E8 | 13 | 5 | 0 | 9 | C3 | 30 | 53 |
| Octal | 275 | 335 | 350 | 23 | 5 | 0 | 11 | 303 | 60 | 123 |
| Binary | 10111101 | 11011101 | 11101000 | 10011 | 101 | 0 | 1001 | 11000011 | 110000 | 1010011 |
Color Harmonies of #BDDDE8
Complementary color
Monochromatic Colors of #BDDDE8
Black with #BDDDE8
Text Example
Text Example
White with #BDDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDE8; }
p { color: rgb(189,221,232); }
H1.HeaderClassName
{
color: #BDDDE8;
}
.AnyTagClassName
{
color: #BDDDE8;
}
</style>
background-color css
<style>
a { background-color: #BDDDE8; }
a { background-color: rgb(189,221,232); }
div.DivClassName
{
background-color: #BDDDE8;
}
.BgClassName
{
background-color: #BDDDE8;
}
</style>
border-color css
<style>
span { border-color: #BDDDE8; }
span { border-color: rgb(189,221,232); }
td.TdClassName
{
border-color: #BDDDE8;
}
.TagClassName
{
border-color: #BDDDE8;
}
</style>