#B4AFEE

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

Shades of Lavender Grey #B4AFEE

Tints of Lavender Grey #B4AFEE

Color information

#B4AFEE (or 0xB4AFEE) is unknown color: approx Lavender Grey. HEX triplet: B4, AF and EE. RGB value is (180,175,238). Sum of RGB (Red+Green+Blue) = 180+175+238=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFEE is #4B5011. Grayscale: #B7B7B7. Windows color (decimal): -4935698 or 15642548. OLE color: 15642548.

HSL color Cylindrical-coordinate representation of color #B4AFEE: hue angle of 244.76º degrees, saturation: 0.65, 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 #B4AFEE is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180175238-
CMYK0.240.2600.07
HSL244.76º64.95%80.98%-
HSV(B)244.76º26.47%93.33%-
XYZ49.5846.5487.26-
YUV183.68158.66125.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=30.35%
G=29.51%
B=40.13%

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
Decimal1801752380.240.2600.07244.7664.9580.98
HexB4AFEE181A07f54151
Octal264257356303207365101121
Binary101101001010111111101110110001101001111111010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFEE; }

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

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

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

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

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

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

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

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