Shades of Lavender Grey #B1B2CB
Tints of Lavender Grey #B1B2CB
RGB
CMYK
RGB Variations
Color information
#B1B2CB (or 0xB1B2CB) is known color: Lavender Grey. HEX triplet: B1, B2 and CB. RGB value is (177,178,203). Sum of RGB (Red+Green+Blue) = 177+178+203=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1B2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B2CB is #4E4D34. Grayscale: #B4B4B4. Windows color (decimal): -5131573 or 13349553. OLE color: 13349553.
HSL color Cylindrical-coordinate representation of color #B1B2CB: hue angle of 237.69º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1B2CB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 178 | 203 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.20 |
| HSL | 237.69º | 0.2% | 0.75% | - |
| HSV(B) | 237.69º | 0.13% | 0.8% | - |
| XYZ | 44.83 | 45.5 | 62.92 | - |
| YUV | 180.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 178 | 203 | 0.13 | 0.12 | 0 | 0.20 | 237.69 | 0.2 | 0.75 |
| Hex | B1 | B2 | CB | D | C | 0 | 14 | EE | 14 | 4B |
| Octal | 261 | 262 | 313 | 15 | 14 | 0 | 24 | 356 | 24 | 113 |
| Binary | 10110001 | 10110010 | 11001011 | 1101 | 1100 | 0 | 10100 | 11101110 | 10100 | 1001011 |
Color Harmonies of #B1B2CB
Complementary color
Monochromatic Colors of #B1B2CB
Black with #B1B2CB
Text Example
Text Example
White with #B1B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B2CB; }
p { color: rgb(177,178,203); }
H1.HeaderClassName
{
color: #B1B2CB;
}
.AnyTagClassName
{
color: #B1B2CB;
}
</style>
background-color css
<style>
a { background-color: #B1B2CB; }
a { background-color: rgb(177,178,203); }
div.DivClassName
{
background-color: #B1B2CB;
}
.BgClassName
{
background-color: #B1B2CB;
}
</style>
border-color css
<style>
span { border-color: #B1B2CB; }
span { border-color: rgb(177,178,203); }
td.TdClassName
{
border-color: #B1B2CB;
}
.TagClassName
{
border-color: #B1B2CB;
}
</style>