Html Css Color HEX #B0ACD9 Lavender Grey

📋 copy color: '#B0ACD9'

red 176 ◦ green 172 ◦ blue 217

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

Shades of Lavender Grey #B0ACD9

Tints of Lavender Grey #B0ACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 31.15%
G = 30.44%
B = 38.41%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0ACD9 (or 0xB0ACD9) is known color: Lavender Grey. HEX triplet: B0, AC and D9. RGB value is (176,172,217). Sum of RGB (Red+Green+Blue) = 176+172+217=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACD9 is #4F5326. Grayscale: #B2B2B2. Windows color (decimal): -5198631 or 14265520. OLE color: 14265520.

HSL color Cylindrical-coordinate representation of color #B0ACD9: hue angle of 245.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0ACD9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 172 217 -
CMYK 0.19 0.21 0 0.15
HSL 245.33º 0.37% 0.76% -
HSV(B) 245.33º 0.21% 0.85% -
XYZ 45.18 43.74 71.71 -
YUV 178.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 176 172 217 0.19 0.21 0 0.15 245.33 0.37 0.76
Hex B0 AC D9 13 15 0 F F5 25 4C
Octal 260 254 331 23 25 0 17 365 45 114
Binary 10110000 10101100 11011001 10011 10101 0 1111 11110101 100101 1001100

Color Harmonies of #B0ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACD9

Black with #B0ACD9

Text Example


Text Example

White with #B0ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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