Html Css Color HEX #B4ACE9 Lavender Grey

📋 copy color: '#B4ACE9'

red 180 ◦ green 172 ◦ blue 233

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

Shades of Lavender Grey #B4ACE9

Tints of Lavender Grey #B4ACE9

RGB

 RED value IS 180 (70.7% from 255) = 30.77%

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

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

R = 30.77%
G = 29.4%
B = 39.83%

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

#B4ACE9 (or 0xB4ACE9) is known color: Lavender Grey. HEX triplet: B4, AC and E9. RGB value is (180,172,233). Sum of RGB (Red+Green+Blue) = 180+172+233=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #B4ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ACE9 is #4B5316. Grayscale: #B5B5B5. Windows color (decimal): -4936471 or 15314100. OLE color: 15314100.

HSL color Cylindrical-coordinate representation of color #B4ACE9: hue angle of 247.87º 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 #B4ACE9 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 172 233 -
CMYK 0.23 0.26 0 0.09
HSL 247.87º 0.58% 0.79% -
HSV(B) 247.87º 0.26% 0.91% -
XYZ 48.28 45.09 83.25 -
YUV 181.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 180 172 233 0.23 0.26 0 0.09 247.87 0.58 0.79
Hex B4 AC E9 17 1A 0 9 F8 3A 4F
Octal 264 254 351 27 32 0 11 370 72 117
Binary 10110100 10101100 11101001 10111 11010 0 1001 11111000 111010 1001111

Color Harmonies of #B4ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACE9

Black with #B4ACE9

Text Example


Text Example

White with #B4ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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