#B4AFEC

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

Shades of Lavender Grey #B4AFEC

Tints of Lavender Grey #B4AFEC

Color information

#B4AFEC (or 0xB4AFEC) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and EC. RGB value is (180,175,236). Sum of RGB (Red+Green+Blue) = 180+175+236=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFEC is #4B5013. Grayscale: #B7B7B7. Windows color (decimal): -4935700 or 15511476. OLE color: 15511476.

HSL color Cylindrical-coordinate representation of color #B4AFEC: hue angle of 244.92º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4AFEC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180175236-
CMYK0.240.2600.07
HSL244.92º61.62%80.59%-
HSV(B)244.92º25.85%92.55%-
XYZ49.2946.4285.72-
YUV183.45157.66125.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=30.46%
G=29.61%
B=39.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801752360.240.2600.07244.9261.6280.59
HexB4AFEC181A07f53e51
Octal26425735430320736576121
Binary10110100101011111110110011000110100111111101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFEC; }

 p { color: rgb(180,175,236); }

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

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

 a { background-color: rgb(180,175,236); }

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

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

 span { border-color: rgb(180,175,236); }

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