Shades of Chatelle #BCB1C1
Tints of Chatelle #BCB1C1
RGB
CMYK
RGB Variations
Color information
#BCB1C1 (or 0xBCB1C1) is known color: Chatelle. HEX triplet: BC, B1 and C1. RGB value is (188,177,193). Sum of RGB (Red+Green+Blue) = 188+177+193=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1C1 is #434E3E. Grayscale: #B6B6B6. Windows color (decimal): -4410943 or 12693948. OLE color: 12693948.
HSL color Cylindrical-coordinate representation of color #BCB1C1: hue angle of 281.25º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB1C1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 177 | 193 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.24 |
| HSL | 281.25º | 0.11% | 0.73% | - |
| HSV(B) | 281.25º | 0.08% | 0.76% | - |
| XYZ | 46.09 | 45.99 | 56.9 | - |
| YUV | 182.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 193 | 0.03 | 0.08 | 0 | 0.24 | 281.25 | 0.11 | 0.73 |
| Hex | BC | B1 | C1 | 3 | 8 | 0 | 18 | 119 | B | 49 |
| Octal | 274 | 261 | 301 | 3 | 10 | 0 | 30 | 431 | 13 | 111 |
| Binary | 10111100 | 10110001 | 11000001 | 11 | 1000 | 0 | 11000 | 100011001 | 1011 | 1001001 |
Color Harmonies of #BCB1C1
Complementary color
Monochromatic Colors of #BCB1C1
Black with #BCB1C1
Text Example
Text Example
White with #BCB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1C1; }
p { color: rgb(188,177,193); }
H1.HeaderClassName
{
color: #BCB1C1;
}
.AnyTagClassName
{
color: #BCB1C1;
}
</style>
background-color css
<style>
a { background-color: #BCB1C1; }
a { background-color: rgb(188,177,193); }
div.DivClassName
{
background-color: #BCB1C1;
}
.BgClassName
{
background-color: #BCB1C1;
}
</style>
border-color css
<style>
span { border-color: #BCB1C1; }
span { border-color: rgb(188,177,193); }
td.TdClassName
{
border-color: #BCB1C1;
}
.TagClassName
{
border-color: #BCB1C1;
}
</style>