#B6B4E1

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

Shades of Lavender Grey #B6B4E1

Tints of Lavender Grey #B6B4E1

Color information

#B6B4E1 (or 0xB6B4E1) is unknown color: approx Lavender Grey. HEX triplet: B6, B4 and E1. RGB value is (182,180,225). Sum of RGB (Red+Green+Blue) = 182+180+225=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6B4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B4E1 is #494B1E. Grayscale: #B9B9B9. Windows color (decimal): -4803359 or 14791862. OLE color: 14791862.

HSL color Cylindrical-coordinate representation of color #B6B4E1: hue angle of 242.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B4E1 is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182180225-
CMYK0.190.200.12
HSL242.67º42.86%79.41%-
HSV(B)242.67º20%88.24%-
XYZ49.248.0277.91-
YUV185.73150.16125.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=31.01%
G=30.66%
B=38.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821802250.190.200.12242.6742.8679.41
HexB6B4E113140Cf32b4f
Octal266264341232401436353117
Binary101101101011010011100001100111010001100111100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B4E1; }

 p { color: rgb(182,180,225); }

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

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

 a { background-color: rgb(182,180,225); }

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

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

 span { border-color: rgb(182,180,225); }

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