Shades of Lavender Grey #BDBFCB
Tints of Lavender Grey #BDBFCB
RGB
CMYK
RGB Variations
Color information
#BDBFCB (or 0xBDBFCB) is known color: Lavender Grey. HEX triplet: BD, BF and CB. RGB value is (189,191,203). Sum of RGB (Red+Green+Blue) = 189+191+203=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCB is #424034. Grayscale: #BFBFBF. Windows color (decimal): -4341813 or 13352893. OLE color: 13352893.
HSL color Cylindrical-coordinate representation of color #BDBFCB: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBFCB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 189 | 191 | 203 | - |
CMYK | 0.07 | 0.06 | 0 | 0.20 |
HSL | 231.43º | 0.12% | 0.77% | - |
HSV(B) | 231.43º | 0.07% | 0.8% | - |
XYZ | 50.4 | 52.39 | 63.96 | - |
YUV | 191.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 203 | 0.07 | 0.06 | 0 | 0.20 | 231.43 | 0.12 | 0.77 |
Hex | BD | BF | CB | 7 | 6 | 0 | 14 | E7 | C | 4D |
Octal | 275 | 277 | 313 | 7 | 6 | 0 | 24 | 347 | 14 | 115 |
Binary | 10111101 | 10111111 | 11001011 | 111 | 110 | 0 | 10100 | 11100111 | 1100 | 1001101 |
Color Harmonies of #BDBFCB
Complementary color
Monochromatic Colors of #BDBFCB
Black with #BDBFCB
Text Example
Text Example
White with #BDBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFCB; }
p { color: rgb(189,191,203); }
H1.HeaderClassName
{
color: #BDBFCB;
}
.AnyTagClassName
{
color: #BDBFCB;
}
</style>
background-color css
<style>
a { background-color: #BDBFCB; }
a { background-color: rgb(189,191,203); }
div.DivClassName
{
background-color: #BDBFCB;
}
.BgClassName
{
background-color: #BDBFCB;
}
</style>
border-color css
<style>
span { border-color: #BDBFCB; }
span { border-color: rgb(189,191,203); }
td.TdClassName
{
border-color: #BDBFCB;
}
.TagClassName
{
border-color: #BDBFCB;
}
</style>