#B0B1CF

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

Shades of Lavender Grey #B0B1CF

Tints of Lavender Grey #B0B1CF

Color information

#B0B1CF (or 0xB0B1CF) is unknown color: approx Lavender Grey. HEX triplet: B0, B1 and CF. RGB value is (176,177,207). Sum of RGB (Red+Green+Blue) = 176+177+207=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 177 (69.53% from 255 or 31.61% 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 #B0B1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B1CF is #4F4E30. Grayscale: #B4B4B4. Windows color (decimal): -5197361 or 13611440. OLE color: 13611440.

HSL color Cylindrical-coordinate representation of color #B0B1CF: hue angle of 238.06º 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 #B0B1CF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176177207-
CMYK0.150.1400.19
HSL238.06º24.41%75.1%-
HSV(B)238.06º14.98%81.18%-
XYZ44.8945.1865.39-
YUV180.12143.17125.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761772070.150.1400.19238.0624.4175.1
HexB0B1CFFE013ee184b
Octal260261317171602335630113
Binary1011000010110001110011111111111001001111101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1CF; }

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

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

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

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

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

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

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

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