#B6B3DD

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

Shades of Lavender Grey #B6B3DD

Tints of Lavender Grey #B6B3DD

Color information

#B6B3DD (or 0xB6B3DD) is unknown color: approx Lavender Grey. HEX triplet: B6, B3 and DD. RGB value is (182,179,221). Sum of RGB (Red+Green+Blue) = 182+179+221=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3DD is #494C22. Grayscale: #B8B8B8. Windows color (decimal): -4803619 or 14529462. OLE color: 14529462.

HSL color Cylindrical-coordinate representation of color #B6B3DD: hue angle of 244.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6B3DD is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182179221-
CMYK0.180.1900.13
HSL244.29º38.18%78.43%-
HSV(B)244.29º19%86.67%-
XYZ48.4647.4175-
YUV184.68148.49126.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.27%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=31.27%
G=30.76%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821792210.180.1900.13244.2938.1878.43
HexB6B3DD12130Df4264e
Octal266263335222301536446116
Binary101101101011001111011101100101001101101111101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3DD; }

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

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

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

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

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

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

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

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