#b2ace6

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

Shades of Lavender Grey #B2ACE6

Tints of Lavender Grey #B2ACE6

Color information

#B2ACE6 (or 0xB2ACE6) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and E6. RGB value is (178,172,230). Sum of RGB (Red+Green+Blue) = 178+172+230=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACE6 is #4D5319. Grayscale: #B4B4B4. Windows color (decimal): -5067546 or 15117490. OLE color: 15117490.

HSL color Cylindrical-coordinate representation of color #B2ACE6: hue angle of 246.21º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ACE6 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB178172230-
CMYK0.230.2500.10
HSL246.21º53.7%78.82%-
HSV(B)246.21º25.22%90.2%-
XYZ47.444.6880.99-
YUV180.41155.99126.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.69%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 230 (90.23% from 255) = 39.66%
R=30.69%
G=29.66%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1781722300.230.2500.10246.2153.778.82
HexB2ACE617190Af6364f
Octal262254346273101236666117
Binary101100101010110011100110101111100101010111101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ace6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ace6; }

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

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

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

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

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

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

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

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