Shades of Chatelle #BDB2C2
Tints of Chatelle #BDB2C2
RGB
CMYK
RGB Variations
Color information
#BDB2C2 (or 0xBDB2C2) is known color: Chatelle. HEX triplet: BD, B2 and C2. RGB value is (189,178,194). Sum of RGB (Red+Green+Blue) = 189+178+194=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2C2 is #424D3D. Grayscale: #B7B7B7. Windows color (decimal): -4345150 or 12759741. OLE color: 12759741.
HSL color Cylindrical-coordinate representation of color #BDB2C2: hue angle of 281.25º degrees, saturation: 0.12, 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 #BDB2C2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 178 | 194 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.24 |
| HSL | 281.25º | 0.12% | 0.73% | - |
| HSV(B) | 281.25º | 0.08% | 0.76% | - |
| XYZ | 46.64 | 46.55 | 57.57 | - |
| YUV | 183.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 194 | 0.03 | 0.08 | 0 | 0.24 | 281.25 | 0.12 | 0.73 |
| Hex | BD | B2 | C2 | 3 | 8 | 0 | 18 | 119 | C | 49 |
| Octal | 275 | 262 | 302 | 3 | 10 | 0 | 30 | 431 | 14 | 111 |
| Binary | 10111101 | 10110010 | 11000010 | 11 | 1000 | 0 | 11000 | 100011001 | 1100 | 1001001 |
Color Harmonies of #BDB2C2
Complementary color
Monochromatic Colors of #BDB2C2
Black with #BDB2C2
Text Example
Text Example
White with #BDB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2C2; }
p { color: rgb(189,178,194); }
H1.HeaderClassName
{
color: #BDB2C2;
}
.AnyTagClassName
{
color: #BDB2C2;
}
</style>
background-color css
<style>
a { background-color: #BDB2C2; }
a { background-color: rgb(189,178,194); }
div.DivClassName
{
background-color: #BDB2C2;
}
.BgClassName
{
background-color: #BDB2C2;
}
</style>
border-color css
<style>
span { border-color: #BDB2C2; }
span { border-color: rgb(189,178,194); }
td.TdClassName
{
border-color: #BDB2C2;
}
.TagClassName
{
border-color: #BDB2C2;
}
</style>