Html Css Color HEX #B1ACDC Lavender Grey

📋 copy color: '#B1ACDC'

red 177 ◦ green 172 ◦ blue 220

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

Shades of Lavender Grey #B1ACDC

Tints of Lavender Grey #B1ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 31.11%
G = 30.23%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1ACDC (or 0xB1ACDC) is known color: Lavender Grey. HEX triplet: B1, AC and DC. RGB value is (177,172,220). Sum of RGB (Red+Green+Blue) = 177+172+220=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDC is #4E5323. Grayscale: #B2B2B2. Windows color (decimal): -5133092 or 14462129. OLE color: 14462129.

HSL color Cylindrical-coordinate representation of color #B1ACDC: hue angle of 246.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1ACDC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 172 220 -
CMYK 0.20 0.22 0 0.14
HSL 246.25º 0.41% 0.77% -
HSV(B) 246.25º 0.22% 0.86% -
XYZ 45.8 44.02 73.79 -
YUV 178.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 177 172 220 0.20 0.22 0 0.14 246.25 0.41 0.77
Hex B1 AC DC 14 16 0 E F6 29 4D
Octal 261 254 334 24 26 0 16 366 51 115
Binary 10110001 10101100 11011100 10100 10110 0 1110 11110110 101001 1001101

Color Harmonies of #B1ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACDC

Black with #B1ACDC

Text Example


Text Example

White with #B1ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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