Html Css Color HEX #B0ACDE Lavender Grey

📋 copy color: '#B0ACDE'

red 176 ◦ green 172 ◦ blue 222

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

Shades of Lavender Grey #B0ACDE

Tints of Lavender Grey #B0ACDE

RGB

 RED value IS 176 (69.14% from 255) = 30.88%

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

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

R = 30.88%
G = 30.18%
B = 38.95%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0ACDE (or 0xB0ACDE) is known color: Lavender Grey. HEX triplet: B0, AC and DE. RGB value is (176,172,222). Sum of RGB (Red+Green+Blue) = 176+172+222=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACDE is #4F5321. Grayscale: #B2B2B2. Windows color (decimal): -5198626 or 14593200. OLE color: 14593200.

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

Color convert

RGB 176 172 222 -
CMYK 0.21 0.23 0 0.13
HSL 244.8º 0.43% 0.77% -
HSV(B) 244.8º 0.23% 0.87% -
XYZ 45.84 44.01 75.19 -
YUV 178.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 176 172 222 0.21 0.23 0 0.13 244.8 0.43 0.77
Hex B0 AC DE 15 17 0 D F5 2B 4D
Octal 260 254 336 25 27 0 15 365 53 115
Binary 10110000 10101100 11011110 10101 10111 0 1101 11110101 101011 1001101

Color Harmonies of #B0ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACDE

Black with #B0ACDE

Text Example


Text Example

White with #B0ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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