Shades of Blue Haze #BCB7D5
Tints of Blue Haze #BCB7D5
RGB
CMYK
RGB Variations
Color information
#BCB7D5 (or 0xBCB7D5) is known color: Blue Haze. HEX triplet: BC, B7 and D5. RGB value is (188,183,213). Sum of RGB (Red+Green+Blue) = 188+183+213=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCB7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7D5 is #43482A. Grayscale: #BBBBBB. Windows color (decimal): -4409387 or 14006204. OLE color: 14006204.
HSL color Cylindrical-coordinate representation of color #BCB7D5: hue angle of 250º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB7D5 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 183 | 213 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.16 |
| HSL | 250º | 0.26% | 0.78% | - |
| HSV(B) | 250º | 0.14% | 0.84% | - |
| XYZ | 49.68 | 49.36 | 69.86 | - |
| YUV | 187.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 213 | 0.12 | 0.14 | 0 | 0.16 | 250 | 0.26 | 0.78 |
| Hex | BC | B7 | D5 | C | E | 0 | 10 | FA | 1A | 4E |
| Octal | 274 | 267 | 325 | 14 | 16 | 0 | 20 | 372 | 32 | 116 |
| Binary | 10111100 | 10110111 | 11010101 | 1100 | 1110 | 0 | 10000 | 11111010 | 11010 | 1001110 |
Color Harmonies of #BCB7D5
Complementary color
Monochromatic Colors of #BCB7D5
Black with #BCB7D5
Text Example
Text Example
White with #BCB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7D5; }
p { color: rgb(188,183,213); }
H1.HeaderClassName
{
color: #BCB7D5;
}
.AnyTagClassName
{
color: #BCB7D5;
}
</style>
background-color css
<style>
a { background-color: #BCB7D5; }
a { background-color: rgb(188,183,213); }
div.DivClassName
{
background-color: #BCB7D5;
}
.BgClassName
{
background-color: #BCB7D5;
}
</style>
border-color css
<style>
span { border-color: #BCB7D5; }
span { border-color: rgb(188,183,213); }
td.TdClassName
{
border-color: #BCB7D5;
}
.TagClassName
{
border-color: #BCB7D5;
}
</style>