#B3B0D3

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

Shades of Lavender Grey #B3B0D3

Tints of Lavender Grey #B3B0D3

Color information

#B3B0D3 (or 0xB3B0D3) is unknown color: approx Lavender Grey. HEX triplet: B3, B0 and D3. RGB value is (179,176,211). Sum of RGB (Red+Green+Blue) = 179+176+211=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #B3B0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0D3 is #4C4F2C. Grayscale: #B4B4B4. Windows color (decimal): -5001005 or 13873331. OLE color: 13873331.

HSL color Cylindrical-coordinate representation of color #B3B0D3: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3B0D3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179176211-
CMYK0.150.1700.17
HSL245.14º28.46%75.88%-
HSV(B)245.14º16.59%82.75%-
XYZ45.8745.3467.96-
YUV180.89144.99126.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=31.63%
G=31.10%
B=37.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791762110.150.1700.17245.1428.4675.88
HexB3B0D3F11011f51c4c
Octal263260323172102136534114
Binary10110011101100001101001111111000101000111110101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0D3; }

 p { color: rgb(179,176,211); }

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

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

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

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

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

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

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