Shades of Blue Haze #BCB5D0
Tints of Blue Haze #BCB5D0
RGB
CMYK
RGB Variations
Color information
#BCB5D0 (or 0xBCB5D0) is known color: Blue Haze. HEX triplet: BC, B5 and D0. RGB value is (188,181,208). Sum of RGB (Red+Green+Blue) = 188+181+208=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5D0 is #434A2F. Grayscale: #BABABA. Windows color (decimal): -4409904 or 13678012. OLE color: 13678012.
HSL color Cylindrical-coordinate representation of color #BCB5D0: hue angle of 255.56º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB5D0 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 181 | 208 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.18 |
| HSL | 255.56º | 0.22% | 0.76% | - |
| HSV(B) | 255.56º | 0.13% | 0.82% | - |
| XYZ | 48.65 | 48.29 | 66.43 | - |
| YUV | 186.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 208 | 0.10 | 0.13 | 0 | 0.18 | 255.56 | 0.22 | 0.76 |
| Hex | BC | B5 | D0 | A | D | 0 | 12 | 100 | 16 | 4C |
| Octal | 274 | 265 | 320 | 12 | 15 | 0 | 22 | 400 | 26 | 114 |
| Binary | 10111100 | 10110101 | 11010000 | 1010 | 1101 | 0 | 10010 | 100000000 | 10110 | 1001100 |
Color Harmonies of #BCB5D0
Complementary color
Monochromatic Colors of #BCB5D0
Black with #BCB5D0
Text Example
Text Example
White with #BCB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5D0; }
p { color: rgb(188,181,208); }
H1.HeaderClassName
{
color: #BCB5D0;
}
.AnyTagClassName
{
color: #BCB5D0;
}
</style>
background-color css
<style>
a { background-color: #BCB5D0; }
a { background-color: rgb(188,181,208); }
div.DivClassName
{
background-color: #BCB5D0;
}
.BgClassName
{
background-color: #BCB5D0;
}
</style>
border-color css
<style>
span { border-color: #BCB5D0; }
span { border-color: rgb(188,181,208); }
td.TdClassName
{
border-color: #BCB5D0;
}
.TagClassName
{
border-color: #BCB5D0;
}
</style>