#B4AFDD

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

Shades of Lavender Grey #B4AFDD

Tints of Lavender Grey #B4AFDD

Color information

#B4AFDD (or 0xB4AFDD) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and DD. RGB value is (180,175,221). Sum of RGB (Red+Green+Blue) = 180+175+221=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFDD is #4B5022. Grayscale: #B5B5B5. Windows color (decimal): -4935715 or 14528436. OLE color: 14528436.

HSL color Cylindrical-coordinate representation of color #B4AFDD: hue angle of 246.52º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4AFDD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180175221-
CMYK0.190.2100.13
HSL246.52º40.35%77.65%-
HSV(B)246.52º20.81%86.67%-
XYZ47.245.5874.72-
YUV181.74150.16126.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=31.25%
G=30.38%
B=38.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801752210.190.2100.13246.5240.3577.65
HexB4AFDD13150Df7284e
Octal264257335232501536750116
Binary101101001010111111011101100111010101101111101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFDD; }

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

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

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

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

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

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

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

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