#B2AED7

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

Shades of Lavender Grey #B2AED7

Tints of Lavender Grey #B2AED7

Color information

#B2AED7 (or 0xB2AED7) is unknown color: approx Lavender Grey. HEX triplet: B2, AE and D7. RGB value is (178,174,215). Sum of RGB (Red+Green+Blue) = 178+174+215=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #B2AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AED7 is #4D5128. Grayscale: #B3B3B3. Windows color (decimal): -5067049 or 14134962. OLE color: 14134962.

HSL color Cylindrical-coordinate representation of color #B2AED7: hue angle of 245.85º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AED7 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178174215-
CMYK0.170.1900.16
HSL245.85º33.88%76.27%-
HSV(B)245.85º19.07%84.31%-
XYZ45.7644.6470.5-
YUV179.87147.83126.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=31.39%
G=30.69%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781742150.170.1900.16245.8533.8876.27
HexB2AED71113010f6224c
Octal262256327212302036642114
Binary1011001010101110110101111000110011010000111101101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AED7; }

 p { color: rgb(178,174,215); }

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

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

 a { background-color: rgb(178,174,215); }

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

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

 span { border-color: rgb(178,174,215); }

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