Shades of French Grey #BDB1CA
Tints of French Grey #BDB1CA
RGB
CMYK
RGB Variations
Color information
#BDB1CA (or 0xBDB1CA) is known color: French Grey. HEX triplet: BD, B1 and CA. RGB value is (189,177,202). Sum of RGB (Red+Green+Blue) = 189+177+202=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1CA is #424E35. Grayscale: #B7B7B7. Windows color (decimal): -4345398 or 13283773. OLE color: 13283773.
HSL color Cylindrical-coordinate representation of color #BDB1CA: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB1CA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 177 | 202 | - |
CMYK | 0.06 | 0.12 | 0 | 0.21 |
HSL | 268.8º | 0.19% | 0.74% | - |
HSV(B) | 268.8º | 0.12% | 0.79% | - |
XYZ | 47.37 | 46.53 | 62.36 | - |
YUV | 183.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 177 | 202 | 0.06 | 0.12 | 0 | 0.21 | 268.8 | 0.19 | 0.74 |
Hex | BD | B1 | CA | 6 | C | 0 | 15 | 10D | 13 | 4A |
Octal | 275 | 261 | 312 | 6 | 14 | 0 | 25 | 415 | 23 | 112 |
Binary | 10111101 | 10110001 | 11001010 | 110 | 1100 | 0 | 10101 | 100001101 | 10011 | 1001010 |
Color Harmonies of #BDB1CA
Complementary color
Monochromatic Colors of #BDB1CA
Black with #BDB1CA
Text Example
Text Example
White with #BDB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1CA; }
p { color: rgb(189,177,202); }
H1.HeaderClassName
{
color: #BDB1CA;
}
.AnyTagClassName
{
color: #BDB1CA;
}
</style>
background-color css
<style>
a { background-color: #BDB1CA; }
a { background-color: rgb(189,177,202); }
div.DivClassName
{
background-color: #BDB1CA;
}
.BgClassName
{
background-color: #BDB1CA;
}
</style>
border-color css
<style>
span { border-color: #BDB1CA; }
span { border-color: rgb(189,177,202); }
td.TdClassName
{
border-color: #BDB1CA;
}
.TagClassName
{
border-color: #BDB1CA;
}
</style>