#B3B5CF

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

Shades of Lavender Grey #B3B5CF

Tints of Lavender Grey #B3B5CF

Color information

#B3B5CF (or 0xB3B5CF) is unknown color: approx Lavender Grey. HEX triplet: B3, B5 and CF. RGB value is (179,181,207). Sum of RGB (Red+Green+Blue) = 179+181+207=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #B3B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B5CF is #4C4A30. Grayscale: #B7B7B7. Windows color (decimal): -4999729 or 13612467. OLE color: 13612467.

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

Color convert

RGB179181207-
CMYK0.140.1300.19
HSL235.71º22.58%75.69%-
HSV(B)235.71º13.53%81.18%-
XYZ46.3847.1465.69-
YUV183.37141.34124.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=31.57%
G=31.92%
B=36.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791812070.140.1300.19235.7122.5875.69
HexB3B5CFED013ec174c
Octal263265317161502335427114
Binary1011001110110101110011111110110101001111101100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5CF; }

 p { color: rgb(179,181,207); }

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

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

 a { background-color: rgb(179,181,207); }

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

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

 span { border-color: rgb(179,181,207); }

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