#B2ACEF

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

Shades of Lavender Grey #B2ACEF

Tints of Lavender Grey #B2ACEF

Color information

#B2ACEF (or 0xB2ACEF) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and EF. RGB value is (178,172,239). Sum of RGB (Red+Green+Blue) = 178+172+239=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2ACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACEF is #4D5310. Grayscale: #B5B5B5. Windows color (decimal): -5067537 or 15707314. OLE color: 15707314.

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

Color convert

RGB178172239-
CMYK0.260.2800.06
HSL245.37º67.68%80.59%-
HSV(B)245.37º28.03%93.73%-
XYZ48.6945.287.82-
YUV181.43160.49125.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=30.22%
G=29.20%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781722390.260.2800.06245.3767.6880.59
HexB2ACEF1A1C06f54451
Octal262254357323406365104121
Binary101100101010110011101111110101110001101111010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACEF; }

 p { color: rgb(178,172,239); }

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

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

 a { background-color: rgb(178,172,239); }

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

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

 span { border-color: rgb(178,172,239); }

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