Html Css Color HEX #B0ACD6 Lavender Grey

📋 copy color: '#B0ACD6'

red 176 ◦ green 172 ◦ blue 214

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

Shades of Lavender Grey #B0ACD6

Tints of Lavender Grey #B0ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 31.32%
G = 30.6%
B = 38.08%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0ACD6 (or 0xB0ACD6) is known color: Lavender Grey. HEX triplet: B0, AC and D6. RGB value is (176,172,214). Sum of RGB (Red+Green+Blue) = 176+172+214=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #B0ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACD6 is #4F5329. Grayscale: #B1B1B1. Windows color (decimal): -5198634 or 14068912. OLE color: 14068912.

HSL color Cylindrical-coordinate representation of color #B0ACD6: hue angle of 245.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0ACD6 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 172 214 -
CMYK 0.18 0.20 0 0.16
HSL 245.71º 0.34% 0.76% -
HSV(B) 245.71º 0.2% 0.84% -
XYZ 44.79 43.59 69.67 -
YUV 177.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 176 172 214 0.18 0.20 0 0.16 245.71 0.34 0.76
Hex B0 AC D6 12 14 0 10 F6 22 4C
Octal 260 254 326 22 24 0 20 366 42 114
Binary 10110000 10101100 11010110 10010 10100 0 10000 11110110 100010 1001100

Color Harmonies of #B0ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACD6

Black with #B0ACD6

Text Example


Text Example

White with #B0ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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