Shades of Onahau #BDDCE8
Tints of Onahau #BDDCE8
RGB
CMYK
RGB Variations
Color information
#BDDCE8 (or 0xBDDCE8) is known color: Onahau. HEX triplet: BD, DC and E8. RGB value is (189,220,232). Sum of RGB (Red+Green+Blue) = 189+220+232=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCE8 is #422317. Grayscale: #D4D4D4. Windows color (decimal): -4334360 or 15260861. OLE color: 15260861.
HSL color Cylindrical-coordinate representation of color #BDDCE8: hue angle of 196.74º 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 #BDDCE8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 220 | 232 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 196.74º | 0.48% | 0.83% | - |
| HSV(B) | 196.74º | 0.19% | 0.91% | - |
| XYZ | 61.14 | 67.83 | 86.21 | - |
| YUV | 212.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 232 | 0.19 | 0.05 | 0 | 0.09 | 196.74 | 0.48 | 0.83 |
| Hex | BD | DC | E8 | 13 | 5 | 0 | 9 | C5 | 30 | 53 |
| Octal | 275 | 334 | 350 | 23 | 5 | 0 | 11 | 305 | 60 | 123 |
| Binary | 10111101 | 11011100 | 11101000 | 10011 | 101 | 0 | 1001 | 11000101 | 110000 | 1010011 |
Color Harmonies of #BDDCE8
Complementary color
Monochromatic Colors of #BDDCE8
Black with #BDDCE8
Text Example
Text Example
White with #BDDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCE8; }
p { color: rgb(189,220,232); }
H1.HeaderClassName
{
color: #BDDCE8;
}
.AnyTagClassName
{
color: #BDDCE8;
}
</style>
background-color css
<style>
a { background-color: #BDDCE8; }
a { background-color: rgb(189,220,232); }
div.DivClassName
{
background-color: #BDDCE8;
}
.BgClassName
{
background-color: #BDDCE8;
}
</style>
border-color css
<style>
span { border-color: #BDDCE8; }
span { border-color: rgb(189,220,232); }
td.TdClassName
{
border-color: #BDDCE8;
}
.TagClassName
{
border-color: #BDDCE8;
}
</style>