#B4AFEF

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

Shades of Lavender Grey #B4AFEF

Tints of Lavender Grey #B4AFEF

Color information

#B4AFEF (or 0xB4AFEF) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and EF. RGB value is (180,175,239). Sum of RGB (Red+Green+Blue) = 180+175+239=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFEF is #4B5010. Grayscale: #B7B7B7. Windows color (decimal): -4935697 or 15708084. OLE color: 15708084.

HSL color Cylindrical-coordinate representation of color #B4AFEF: hue angle of 244.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4AFEF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180175239-
CMYK0.250.2700.06
HSL244.69º66.67%81.18%-
HSV(B)244.69º26.78%93.73%-
XYZ49.7346.688.03-
YUV183.79159.16125.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=30.30%
G=29.46%
B=40.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801752390.250.2700.06244.6966.6781.18
HexB4AFEF191B06f54351
Octal264257357313306365103121
Binary101101001010111111101111110011101101101111010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFEF; }

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

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

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

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

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

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

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

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