Html Css Color HEX #B3ACDE Lavender Grey

📋 copy color: '#B3ACDE'

red 179 ◦ green 172 ◦ blue 222

#B3ACDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B3ACDE

Tints of Lavender Grey #B3ACDE

RGB

 RED value IS 179 (70.31% from 255) = 31.24%

 GREEN value IS 172 (67.58% from 255) = 30.02%

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 31.24%
G = 30.02%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3ACDE (or 0xB3ACDE) is known color: Lavender Grey. HEX triplet: B3, AC and DE. RGB value is (179,172,222). Sum of RGB (Red+Green+Blue) = 179+172+222=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDE is #4C5321. Grayscale: #B3B3B3. Windows color (decimal): -5002018 or 14593203. OLE color: 14593203.

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

Color convert

RGB 179 172 222 -
CMYK 0.19 0.23 0 0.13
HSL 248.4º 0.43% 0.77% -
HSV(B) 248.4º 0.23% 0.87% -
XYZ 46.53 44.36 75.22 -
YUV 179.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 179 172 222 0.19 0.23 0 0.13 248.4 0.43 0.77
Hex B3 AC DE 13 17 0 D F8 2B 4D
Octal 263 254 336 23 27 0 15 370 53 115
Binary 10110011 10101100 11011110 10011 10111 0 1101 11111000 101011 1001101

Color Harmonies of #B3ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACDE

Black with #B3ACDE

Text Example


Text Example

White with #B3ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACDE; }

 p { color: rgb(179,172,222); }

 H1.HeaderClassName
 {
   color: #B3ACDE;
 }
 .AnyTagClassName
 {
   color: #B3ACDE;
 }
</style>

background-color css

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

 a { background-color: rgb(179,172,222); }

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

border-color css

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

 span { border-color: rgb(179,172,222); }

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