Shades of Lavender Grey #BDBFC9
Tints of Lavender Grey #BDBFC9
RGB
CMYK
RGB Variations
Color information
#BDBFC9 (or 0xBDBFC9) is known color: Lavender Grey. HEX triplet: BD, BF and C9. RGB value is (189,191,201). Sum of RGB (Red+Green+Blue) = 189+191+201=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC9 is #424036. Grayscale: #BFBFBF. Windows color (decimal): -4341815 or 13221821. OLE color: 13221821.
HSL color Cylindrical-coordinate representation of color #BDBFC9: hue angle of 230º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBFC9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 191 | 201 | - |
CMYK | 0.06 | 0.05 | 0 | 0.21 |
HSL | 230º | 0.1% | 0.76% | - |
HSV(B) | 230º | 0.06% | 0.79% | - |
XYZ | 50.16 | 52.3 | 62.71 | - |
YUV | 191.54 | 133.34 | 126.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 201 | 0.06 | 0.05 | 0 | 0.21 | 230 | 0.1 | 0.76 |
Hex | BD | BF | C9 | 6 | 5 | 0 | 15 | E6 | A | 4C |
Octal | 275 | 277 | 311 | 6 | 5 | 0 | 25 | 346 | 12 | 114 |
Binary | 10111101 | 10111111 | 11001001 | 110 | 101 | 0 | 10101 | 11100110 | 1010 | 1001100 |
Color Harmonies of #BDBFC9
Complementary color
Monochromatic Colors of #BDBFC9
Black with #BDBFC9
Text Example
Text Example
White with #BDBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFC9; }
p { color: rgb(189,191,201); }
H1.HeaderClassName
{
color: #BDBFC9;
}
.AnyTagClassName
{
color: #BDBFC9;
}
</style>
background-color css
<style>
a { background-color: #BDBFC9; }
a { background-color: rgb(189,191,201); }
div.DivClassName
{
background-color: #BDBFC9;
}
.BgClassName
{
background-color: #BDBFC9;
}
</style>
border-color css
<style>
span { border-color: #BDBFC9; }
span { border-color: rgb(189,191,201); }
td.TdClassName
{
border-color: #BDBFC9;
}
.TagClassName
{
border-color: #BDBFC9;
}
</style>