Shades of Onahau #BDDCE7
Tints of Onahau #BDDCE7
RGB
CMYK
RGB Variations
Color information
#BDDCE7 (or 0xBDDCE7) is known color: Onahau. HEX triplet: BD, DC and E7. RGB value is (189,220,231). Sum of RGB (Red+Green+Blue) = 189+220+231=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCE7 is #422318. Grayscale: #D3D3D3. Windows color (decimal): -4334361 or 15195325. OLE color: 15195325.
HSL color Cylindrical-coordinate representation of color #BDDCE7: hue angle of 195.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDCE7 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 220 | 231 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.09 |
| HSL | 195.71º | 0.47% | 0.82% | - |
| HSV(B) | 195.71º | 0.18% | 0.91% | - |
| XYZ | 61 | 67.77 | 85.47 | - |
| YUV | 211.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 231 | 0.18 | 0.05 | 0 | 0.09 | 195.71 | 0.47 | 0.82 |
| Hex | BD | DC | E7 | 12 | 5 | 0 | 9 | C4 | 2F | 52 |
| Octal | 275 | 334 | 347 | 22 | 5 | 0 | 11 | 304 | 57 | 122 |
| Binary | 10111101 | 11011100 | 11100111 | 10010 | 101 | 0 | 1001 | 11000100 | 101111 | 1010010 |
Color Harmonies of #BDDCE7
Complementary color
Monochromatic Colors of #BDDCE7
Black with #BDDCE7
Text Example
Text Example
White with #BDDCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCE7; }
p { color: rgb(189,220,231); }
H1.HeaderClassName
{
color: #BDDCE7;
}
.AnyTagClassName
{
color: #BDDCE7;
}
</style>
background-color css
<style>
a { background-color: #BDDCE7; }
a { background-color: rgb(189,220,231); }
div.DivClassName
{
background-color: #BDDCE7;
}
.BgClassName
{
background-color: #BDDCE7;
}
</style>
border-color css
<style>
span { border-color: #BDDCE7; }
span { border-color: rgb(189,220,231); }
td.TdClassName
{
border-color: #BDDCE7;
}
.TagClassName
{
border-color: #BDDCE7;
}
</style>