#B1B3CD

Color #B1B3CD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B1B3CD

Tints of Lavender Grey #B1B3CD

Color information

#B1B3CD (or 0xB1B3CD) is unknown color: approx Lavender Grey. HEX triplet: B1, B3 and CD. RGB value is (177,179,205). Sum of RGB (Red+Green+Blue) = 177+179+205=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1B3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B3CD is #4E4C32. Grayscale: #B5B5B5. Windows color (decimal): -5131315 or 13480881. OLE color: 13480881.

HSL color Cylindrical-coordinate representation of color #B1B3CD: hue angle of 235.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B3CD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177179205-
CMYK0.140.1300.20
HSL235.71º21.87%74.9%-
HSV(B)235.71º13.66%80.39%-
XYZ45.274664.25-
YUV181.37141.34124.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 179 (70.31% from 255) = 31.91%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=31.55%
G=31.91%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771792050.140.1300.20235.7121.8774.9
HexB1B3CDED014ec164b
Octal261263315161502435426113
Binary1011000110110011110011011110110101010011101100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B3CD; }

 p { color: rgb(177,179,205); }

 H1.HeaderClassName
 {
   color: #B1B3CD;
 }
 .AnyTagClassName
 {
   color: #B1B3CD;
 }
</style>
background-color css

<style>
 a { background-color: #B1B3CD; }

 a { background-color: rgb(177,179,205); }

 div.DivClassName
 {
   background-color: #B1B3CD;
 }
 .BgClassName
 {
   background-color: #B1B3CD;
 }
</style>
border-color css

<style>
 span { border-color: #B1B3CD; }

 span { border-color: rgb(177,179,205); }

 td.TdClassName
 {
   border-color: #B1B3CD;
 }
 .TagClassName
 {
   border-color: #B1B3CD;
 }
</style>