Shades of Onahau #BDDCE3
Tints of Onahau #BDDCE3
RGB
CMYK
RGB Variations
Color information
#BDDCE3 (or 0xBDDCE3) is known color: Onahau. HEX triplet: BD, DC and E3. RGB value is (189,220,227). Sum of RGB (Red+Green+Blue) = 189+220+227=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCE3 is #42231C. Grayscale: #D3D3D3. Windows color (decimal): -4334365 or 14933181. OLE color: 14933181.
HSL color Cylindrical-coordinate representation of color #BDDCE3: hue angle of 191.05º 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 #BDDCE3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 220 | 227 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.11 |
| HSL | 191.05º | 0.4% | 0.82% | - |
| HSV(B) | 191.05º | 0.17% | 0.89% | - |
| XYZ | 60.44 | 67.55 | 82.53 | - |
| YUV | 211.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 227 | 0.17 | 0.03 | 0 | 0.11 | 191.05 | 0.4 | 0.82 |
| Hex | BD | DC | E3 | 11 | 3 | 0 | B | BF | 28 | 52 |
| Octal | 275 | 334 | 343 | 21 | 3 | 0 | 13 | 277 | 50 | 122 |
| Binary | 10111101 | 11011100 | 11100011 | 10001 | 11 | 0 | 1011 | 10111111 | 101000 | 1010010 |
Color Harmonies of #BDDCE3
Complementary color
Monochromatic Colors of #BDDCE3
Black with #BDDCE3
Text Example
Text Example
White with #BDDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCE3; }
p { color: rgb(189,220,227); }
H1.HeaderClassName
{
color: #BDDCE3;
}
.AnyTagClassName
{
color: #BDDCE3;
}
</style>
background-color css
<style>
a { background-color: #BDDCE3; }
a { background-color: rgb(189,220,227); }
div.DivClassName
{
background-color: #BDDCE3;
}
.BgClassName
{
background-color: #BDDCE3;
}
</style>
border-color css
<style>
span { border-color: #BDDCE3; }
span { border-color: rgb(189,220,227); }
td.TdClassName
{
border-color: #BDDCE3;
}
.TagClassName
{
border-color: #BDDCE3;
}
</style>