#B4AFE0

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

Shades of Lavender Grey #B4AFE0

Tints of Lavender Grey #B4AFE0

Color information

#B4AFE0 (or 0xB4AFE0) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and E0. RGB value is (180,175,224). Sum of RGB (Red+Green+Blue) = 180+175+224=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #B4AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFE0 is #4B501F. Grayscale: #B5B5B5. Windows color (decimal): -4935712 or 14725044. OLE color: 14725044.

HSL color Cylindrical-coordinate representation of color #B4AFE0: hue angle of 246.12º degrees, saturation: 0.44, 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 #B4AFE0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180175224-
CMYK0.200.2200.12
HSL246.12º44.14%78.24%-
HSV(B)246.12º21.88%87.84%-
XYZ47.6145.7576.84-
YUV182.08151.66126.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=31.09%
G=30.22%
B=38.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801752240.200.2200.12246.1244.1478.24
HexB4AFE014160Cf62c4e
Octal264257340242601436654116
Binary101101001010111111100000101001011001100111101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFE0; }

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

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

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

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

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

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

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

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