Shades of French Grey #BDB2CA
Tints of French Grey #BDB2CA
RGB
CMYK
RGB Variations
Color information
#BDB2CA (or 0xBDB2CA) is known color: French Grey. HEX triplet: BD, B2 and CA. RGB value is (189,178,202). Sum of RGB (Red+Green+Blue) = 189+178+202=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2CA is #424D35. Grayscale: #B7B7B7. Windows color (decimal): -4345142 or 13284029. OLE color: 13284029.
HSL color Cylindrical-coordinate representation of color #BDB2CA: hue angle of 267.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB2CA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 178 | 202 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.21 |
| HSL | 267.5º | 0.18% | 0.75% | - |
| HSV(B) | 267.5º | 0.12% | 0.79% | - |
| XYZ | 47.57 | 46.92 | 62.43 | - |
| YUV | 184.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 202 | 0.06 | 0.12 | 0 | 0.21 | 267.5 | 0.18 | 0.75 |
| Hex | BD | B2 | CA | 6 | C | 0 | 15 | 10C | 12 | 4B |
| Octal | 275 | 262 | 312 | 6 | 14 | 0 | 25 | 414 | 22 | 113 |
| Binary | 10111101 | 10110010 | 11001010 | 110 | 1100 | 0 | 10101 | 100001100 | 10010 | 1001011 |
Color Harmonies of #BDB2CA
Complementary color
Monochromatic Colors of #BDB2CA
Black with #BDB2CA
Text Example
Text Example
White with #BDB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2CA; }
p { color: rgb(189,178,202); }
H1.HeaderClassName
{
color: #BDB2CA;
}
.AnyTagClassName
{
color: #BDB2CA;
}
</style>
background-color css
<style>
a { background-color: #BDB2CA; }
a { background-color: rgb(189,178,202); }
div.DivClassName
{
background-color: #BDB2CA;
}
.BgClassName
{
background-color: #BDB2CA;
}
</style>
border-color css
<style>
span { border-color: #BDB2CA; }
span { border-color: rgb(189,178,202); }
td.TdClassName
{
border-color: #BDB2CA;
}
.TagClassName
{
border-color: #BDB2CA;
}
</style>