#B3B3CE

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

Shades of Lavender Grey #B3B3CE

Tints of Lavender Grey #B3B3CE

Color information

#B3B3CE (or 0xB3B3CE) is unknown color: approx Lavender Grey. HEX triplet: B3, B3 and CE. RGB value is (179,179,206). Sum of RGB (Red+Green+Blue) = 179+179+206=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B3CE is #4C4C31. Grayscale: #B5B5B5. Windows color (decimal): -5000242 or 13546419. OLE color: 13546419.

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

Color convert

RGB179179206-
CMYK0.130.1300.19
HSL240º21.6%75.49%-
HSV(B)240º13.11%80.78%-
XYZ45.8546.2864.91-
YUV182.08141.5125.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=31.74%
G=31.74%
B=36.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791792060.130.1300.1924021.675.49
HexB3B3CEDD013f0164b
Octal263263316151502336026113
Binary1011001110110011110011101101110101001111110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3CE; }

 p { color: rgb(179,179,206); }

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

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

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

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

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

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

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