Shades of Blue Haze #BCB5D3
Tints of Blue Haze #BCB5D3
RGB
CMYK
RGB Variations
Color information
#BCB5D3 (or 0xBCB5D3) is known color: Blue Haze. HEX triplet: BC, B5 and D3. RGB value is (188,181,211). Sum of RGB (Red+Green+Blue) = 188+181+211=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCB5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5D3 is #434A2C. Grayscale: #BABABA. Windows color (decimal): -4409901 or 13874620. OLE color: 13874620.
HSL color Cylindrical-coordinate representation of color #BCB5D3: hue angle of 254º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB5D3 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 181 | 211 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.17 |
| HSL | 254º | 0.25% | 0.77% | - |
| HSV(B) | 254º | 0.14% | 0.83% | - |
| XYZ | 49.02 | 48.44 | 68.39 | - |
| YUV | 186.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 211 | 0.11 | 0.14 | 0 | 0.17 | 254 | 0.25 | 0.77 |
| Hex | BC | B5 | D3 | B | E | 0 | 11 | FE | 19 | 4D |
| Octal | 274 | 265 | 323 | 13 | 16 | 0 | 21 | 376 | 31 | 115 |
| Binary | 10111100 | 10110101 | 11010011 | 1011 | 1110 | 0 | 10001 | 11111110 | 11001 | 1001101 |
Color Harmonies of #BCB5D3
Complementary color
Monochromatic Colors of #BCB5D3
Black with #BCB5D3
Text Example
Text Example
White with #BCB5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5D3; }
p { color: rgb(188,181,211); }
H1.HeaderClassName
{
color: #BCB5D3;
}
.AnyTagClassName
{
color: #BCB5D3;
}
</style>
background-color css
<style>
a { background-color: #BCB5D3; }
a { background-color: rgb(188,181,211); }
div.DivClassName
{
background-color: #BCB5D3;
}
.BgClassName
{
background-color: #BCB5D3;
}
</style>
border-color css
<style>
span { border-color: #BCB5D3; }
span { border-color: rgb(188,181,211); }
td.TdClassName
{
border-color: #BCB5D3;
}
.TagClassName
{
border-color: #BCB5D3;
}
</style>