Html Css Color HEX #B3ACE9 Lavender Grey

📋 copy color: '#B3ACE9'

red 179 ◦ green 172 ◦ blue 233

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

Shades of Lavender Grey #B3ACE9

Tints of Lavender Grey #B3ACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 30.65%
G = 29.45%
B = 39.9%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B3ACE9 (or 0xB3ACE9) is known color: Lavender Grey. HEX triplet: B3, AC and E9. RGB value is (179,172,233). Sum of RGB (Red+Green+Blue) = 179+172+233=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #B3ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ACE9 is #4C5316. Grayscale: #B4B4B4. Windows color (decimal): -5002007 or 15314099. OLE color: 15314099.

HSL color Cylindrical-coordinate representation of color #B3ACE9: hue angle of 246.89º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3ACE9 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 172 233 -
CMYK 0.23 0.26 0 0.09
HSL 246.89º 0.58% 0.79% -
HSV(B) 246.89º 0.26% 0.91% -
XYZ 48.05 44.97 83.24 -
YUV 181.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 179 172 233 0.23 0.26 0 0.09 246.89 0.58 0.79
Hex B3 AC E9 17 1A 0 9 F7 3A 4F
Octal 263 254 351 27 32 0 11 367 72 117
Binary 10110011 10101100 11101001 10111 11010 0 1001 11110111 111010 1001111

Color Harmonies of #B3ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACE9

Black with #B3ACE9

Text Example


Text Example

White with #B3ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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