#B3B3DD

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

Shades of Lavender Grey #B3B3DD

Tints of Lavender Grey #B3B3DD

Color information

#B3B3DD (or 0xB3B3DD) is unknown color: approx Lavender Grey. HEX triplet: B3, B3 and DD. RGB value is (179,179,221). Sum of RGB (Red+Green+Blue) = 179+179+221=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B3DD is #4C4C22. Grayscale: #B7B7B7. Windows color (decimal): -5000227 or 14529459. OLE color: 14529459.

HSL color Cylindrical-coordinate representation of color #B3B3DD: hue angle of 240º 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 #B3B3DD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179179221-
CMYK0.190.1900.13
HSL240º38.18%78.43%-
HSV(B)240º19%86.67%-
XYZ47.7647.0474.97-
YUV183.79149124.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.92%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=30.92%
G=30.92%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791792210.190.1900.1324038.1878.43
HexB3B3DD13130Df0264e
Octal263263335232301536046116
Binary101100111011001111011101100111001101101111100001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3DD; }

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

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

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

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

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

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

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

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