Shades of Chatelle #BDB1C3
Tints of Chatelle #BDB1C3
RGB
CMYK
RGB Variations
Color information
#BDB1C3 (or 0xBDB1C3) is known color: Chatelle. HEX triplet: BD, B1 and C3. RGB value is (189,177,195). Sum of RGB (Red+Green+Blue) = 189+177+195=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1C3 is #424E3C. Grayscale: #B6B6B6. Windows color (decimal): -4345405 or 12825021. OLE color: 12825021.
HSL color Cylindrical-coordinate representation of color #BDB1C3: hue angle of 280º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB1C3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 177 | 195 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.24 |
| HSL | 280º | 0.13% | 0.73% | - |
| HSV(B) | 280º | 0.09% | 0.76% | - |
| XYZ | 46.56 | 46.2 | 58.09 | - |
| YUV | 182.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 195 | 0.03 | 0.09 | 0 | 0.24 | 280 | 0.13 | 0.73 |
| Hex | BD | B1 | C3 | 3 | 9 | 0 | 18 | 118 | D | 49 |
| Octal | 275 | 261 | 303 | 3 | 11 | 0 | 30 | 430 | 15 | 111 |
| Binary | 10111101 | 10110001 | 11000011 | 11 | 1001 | 0 | 11000 | 100011000 | 1101 | 1001001 |
Color Harmonies of #BDB1C3
Complementary color
Monochromatic Colors of #BDB1C3
Black with #BDB1C3
Text Example
Text Example
White with #BDB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1C3; }
p { color: rgb(189,177,195); }
H1.HeaderClassName
{
color: #BDB1C3;
}
.AnyTagClassName
{
color: #BDB1C3;
}
</style>
background-color css
<style>
a { background-color: #BDB1C3; }
a { background-color: rgb(189,177,195); }
div.DivClassName
{
background-color: #BDB1C3;
}
.BgClassName
{
background-color: #BDB1C3;
}
</style>
border-color css
<style>
span { border-color: #BDB1C3; }
span { border-color: rgb(189,177,195); }
td.TdClassName
{
border-color: #BDB1C3;
}
.TagClassName
{
border-color: #BDB1C3;
}
</style>