Shades of Blue Haze #BDB7CD
Tints of Blue Haze #BDB7CD
RGB
CMYK
RGB Variations
Color information
#BDB7CD (or 0xBDB7CD) is known color: Blue Haze. HEX triplet: BD, B7 and CD. RGB value is (189,183,205). Sum of RGB (Red+Green+Blue) = 189+183+205=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7CD is #424832. Grayscale: #BBBBBB. Windows color (decimal): -4343859 or 13481917. OLE color: 13481917.
HSL color Cylindrical-coordinate representation of color #BDB7CD: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB7CD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 183 | 205 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.20 |
| HSL | 256.36º | 0.18% | 0.76% | - |
| HSV(B) | 256.36º | 0.11% | 0.8% | - |
| XYZ | 48.94 | 49.09 | 64.65 | - |
| YUV | 187.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 205 | 0.08 | 0.11 | 0 | 0.20 | 256.36 | 0.18 | 0.76 |
| Hex | BD | B7 | CD | 8 | B | 0 | 14 | 100 | 12 | 4C |
| Octal | 275 | 267 | 315 | 10 | 13 | 0 | 24 | 400 | 22 | 114 |
| Binary | 10111101 | 10110111 | 11001101 | 1000 | 1011 | 0 | 10100 | 100000000 | 10010 | 1001100 |
Color Harmonies of #BDB7CD
Complementary color
Monochromatic Colors of #BDB7CD
Black with #BDB7CD
Text Example
Text Example
White with #BDB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7CD; }
p { color: rgb(189,183,205); }
H1.HeaderClassName
{
color: #BDB7CD;
}
.AnyTagClassName
{
color: #BDB7CD;
}
</style>
background-color css
<style>
a { background-color: #BDB7CD; }
a { background-color: rgb(189,183,205); }
div.DivClassName
{
background-color: #BDB7CD;
}
.BgClassName
{
background-color: #BDB7CD;
}
</style>
border-color css
<style>
span { border-color: #BDB7CD; }
span { border-color: rgb(189,183,205); }
td.TdClassName
{
border-color: #BDB7CD;
}
.TagClassName
{
border-color: #BDB7CD;
}
</style>