#B6B3DC

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

Shades of Lavender Grey #B6B3DC

Tints of Lavender Grey #B6B3DC

Color information

#B6B3DC (or 0xB6B3DC) is unknown color: approx Lavender Grey. HEX triplet: B6, B3 and DC. RGB value is (182,179,220). Sum of RGB (Red+Green+Blue) = 182+179+220=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3DC is #494C23. Grayscale: #B8B8B8. Windows color (decimal): -4803620 or 14463926. OLE color: 14463926.

HSL color Cylindrical-coordinate representation of color #B6B3DC: hue angle of 244.39º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6B3DC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182179220-
CMYK0.170.1900.14
HSL244.39º36.94%78.24%-
HSV(B)244.39º18.64%86.27%-
XYZ48.3347.3574.3-
YUV184.57147.99126.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.33%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=31.33%
G=30.81%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821792200.170.1900.14244.3936.9478.24
HexB6B3DC11130Ef4254e
Octal266263334212301636445116
Binary101101101011001111011100100011001101110111101001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3DC; }

 p { color: rgb(182,179,220); }

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

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

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

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

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

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

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