#B4AFDA

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

Shades of Lavender Grey #B4AFDA

Tints of Lavender Grey #B4AFDA

Color information

#B4AFDA (or 0xB4AFDA) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and DA. RGB value is (180,175,218). Sum of RGB (Red+Green+Blue) = 180+175+218=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFDA is #4B5025. Grayscale: #B5B5B5. Windows color (decimal): -4935718 or 14331828. OLE color: 14331828.

HSL color Cylindrical-coordinate representation of color #B4AFDA: hue angle of 246.98º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4AFDA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180175218-
CMYK0.170.2000.15
HSL246.98º36.75%77.06%-
HSV(B)246.98º19.72%85.49%-
XYZ46.8145.4372.63-
YUV181.4148.66127-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=31.41%
G=30.54%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801752180.170.2000.15246.9836.7577.06
HexB4AFDA11140Ff7254d
Octal264257332212401736745115
Binary101101001010111111011010100011010001111111101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFDA; }

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

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

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

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

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

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

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

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