#B1B0CF

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

Shades of Lavender Grey #B1B0CF

Tints of Lavender Grey #B1B0CF

Color information

#B1B0CF (or 0xB1B0CF) is unknown color: approx Lavender Grey. HEX triplet: B1, B0 and CF. RGB value is (177,176,207). Sum of RGB (Red+Green+Blue) = 177+176+207=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0CF is #4E4F30. Grayscale: #B3B3B3. Windows color (decimal): -5132081 or 13611185. OLE color: 13611185.

HSL color Cylindrical-coordinate representation of color #B1B0CF: hue angle of 241.94º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1B0CF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177176207-
CMYK0.140.1500.19
HSL241.94º24.41%75.1%-
HSV(B)241.94º14.98%81.18%-
XYZ44.9244.965.33-
YUV179.83143.33125.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=31.61%
G=31.43%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771762070.140.1500.19241.9424.4175.1
HexB1B0CFEF013f2184b
Octal261260317161702336230113
Binary1011000110110000110011111110111101001111110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B0CF; }

 p { color: rgb(177,176,207); }

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

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

 a { background-color: rgb(177,176,207); }

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

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

 span { border-color: rgb(177,176,207); }

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