#B2AFEA

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

Shades of Lavender Grey #B2AFEA

Tints of Lavender Grey #B2AFEA

Color information

#B2AFEA (or 0xB2AFEA) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and EA. RGB value is (178,175,234). Sum of RGB (Red+Green+Blue) = 178+175+234=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFEA is #4D5015. Grayscale: #B6B6B6. Windows color (decimal): -5066774 or 15380402. OLE color: 15380402.

HSL color Cylindrical-coordinate representation of color #B2AFEA: hue angle of 243.05º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2AFEA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178175234-
CMYK0.240.2500.08
HSL243.05º58.42%80.2%-
HSV(B)243.05º25.21%91.76%-
XYZ48.5446.0784.18-
YUV182.62156.99124.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=30.32%
G=29.81%
B=39.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781752340.240.2500.08243.0558.4280.2
HexB2AFEA181908f33a50
Octal262257352303101036372120
Binary101100101010111111101010110001100101000111100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFEA; }

 p { color: rgb(178,175,234); }

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

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

 a { background-color: rgb(178,175,234); }

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

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

 span { border-color: rgb(178,175,234); }

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