Html Css Color HEX #B1ACD5 Lavender Grey

📋 copy color: '#B1ACD5'

red 177 ◦ green 172 ◦ blue 213

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

Shades of Lavender Grey #B1ACD5

Tints of Lavender Grey #B1ACD5

RGB

 RED value IS 177 (69.53% from 255) = 31.49%

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 31.49%
G = 30.6%
B = 37.9%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1ACD5 (or 0xB1ACD5) is known color: Lavender Grey. HEX triplet: B1, AC and D5. RGB value is (177,172,213). Sum of RGB (Red+Green+Blue) = 177+172+213=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACD5 is #4E532A. Grayscale: #B2B2B2. Windows color (decimal): -5133099 or 14003377. OLE color: 14003377.

HSL color Cylindrical-coordinate representation of color #B1ACD5: hue angle of 247.32º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1ACD5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 172 213 -
CMYK 0.17 0.19 0 0.16
HSL 247.32º 0.33% 0.75% -
HSV(B) 247.32º 0.19% 0.84% -
XYZ 44.89 43.66 69.01 -
YUV 178.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 177 172 213 0.17 0.19 0 0.16 247.32 0.33 0.75
Hex B1 AC D5 11 13 0 10 F7 21 4B
Octal 261 254 325 21 23 0 20 367 41 113
Binary 10110001 10101100 11010101 10001 10011 0 10000 11110111 100001 1001011

Color Harmonies of #B1ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACD5

Black with #B1ACD5

Text Example


Text Example

White with #B1ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACD5; }

 p { color: rgb(177,172,213); }

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

background-color css

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

 a { background-color: rgb(177,172,213); }

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

border-color css

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

 span { border-color: rgb(177,172,213); }

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