Shades of Blue Haze #BCB7CC
Tints of Blue Haze #BCB7CC
RGB
CMYK
RGB Variations
Color information
#BCB7CC (or 0xBCB7CC) is known color: Blue Haze. HEX triplet: BC, B7 and CC. RGB value is (188,183,204). Sum of RGB (Red+Green+Blue) = 188+183+204=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CC is #434833. Grayscale: #BABABA. Windows color (decimal): -4409396 or 13416380. OLE color: 13416380.
HSL color Cylindrical-coordinate representation of color #BCB7CC: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB7CC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 183 | 204 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.2 |
| HSL | 254.29º | 0.17% | 0.76% | - |
| HSV(B) | 254.29º | 0.1% | 0.8% | - |
| XYZ | 48.57 | 48.92 | 64.01 | - |
| YUV | 186.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 204 | 0.08 | 0.10 | 0 | 0.2 | 254.29 | 0.17 | 0.76 |
| Hex | BC | B7 | CC | 8 | A | 0 | 14 | FE | 11 | 4C |
| Octal | 274 | 267 | 314 | 10 | 12 | 0 | 24 | 376 | 21 | 114 |
| Binary | 10111100 | 10110111 | 11001100 | 1000 | 1010 | 0 | 10100 | 11111110 | 10001 | 1001100 |
Color Harmonies of #BCB7CC
Complementary color
Monochromatic Colors of #BCB7CC
Black with #BCB7CC
Text Example
Text Example
White with #BCB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7CC; }
p { color: rgb(188,183,204); }
H1.HeaderClassName
{
color: #BCB7CC;
}
.AnyTagClassName
{
color: #BCB7CC;
}
</style>
background-color css
<style>
a { background-color: #BCB7CC; }
a { background-color: rgb(188,183,204); }
div.DivClassName
{
background-color: #BCB7CC;
}
.BgClassName
{
background-color: #BCB7CC;
}
</style>
border-color css
<style>
span { border-color: #BCB7CC; }
span { border-color: rgb(188,183,204); }
td.TdClassName
{
border-color: #BCB7CC;
}
.TagClassName
{
border-color: #BCB7CC;
}
</style>