#B2AFE1

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

Shades of Lavender Grey #B2AFE1

Tints of Lavender Grey #B2AFE1

Color information

#B2AFE1 (or 0xB2AFE1) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and E1. RGB value is (178,175,225). Sum of RGB (Red+Green+Blue) = 178+175+225=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2AFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFE1 is #4D501E. Grayscale: #B5B5B5. Windows color (decimal): -5066783 or 14790578. OLE color: 14790578.

HSL color Cylindrical-coordinate representation of color #B2AFE1: hue angle of 243.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AFE1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178175225-
CMYK0.210.2200.12
HSL243.6º45.45%78.43%-
HSV(B)243.6º22.22%88.24%-
XYZ47.2845.5677.54-
YUV181.6152.49125.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=30.80%
G=30.28%
B=38.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781752250.210.2200.12243.645.4578.43
HexB2AFE115160Cf42d4e
Octal262257341252601436455116
Binary101100101010111111100001101011011001100111101001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFE1; }

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

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

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

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

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

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

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

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