Html Css Color HEX #B1ACDD Lavender Grey

📋 copy color: '#B1ACDD'

red 177 ◦ green 172 ◦ blue 221

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

Shades of Lavender Grey #B1ACDD

Tints of Lavender Grey #B1ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 31.05%
G = 30.18%
B = 38.77%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1ACDD (or 0xB1ACDD) is known color: Lavender Grey. HEX triplet: B1, AC and DD. RGB value is (177,172,221). Sum of RGB (Red+Green+Blue) = 177+172+221=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDD is #4E5322. Grayscale: #B2B2B2. Windows color (decimal): -5133091 or 14527665. OLE color: 14527665.

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

Color convert

RGB 177 172 221 -
CMYK 0.20 0.22 0 0.13
HSL 246.12º 0.42% 0.77% -
HSV(B) 246.12º 0.22% 0.87% -
XYZ 45.94 44.07 74.49 -
YUV 179.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 177 172 221 0.20 0.22 0 0.13 246.12 0.42 0.77
Hex B1 AC DD 14 16 0 D F6 2A 4D
Octal 261 254 335 24 26 0 15 366 52 115
Binary 10110001 10101100 11011101 10100 10110 0 1101 11110110 101010 1001101

Color Harmonies of #B1ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACDD

Black with #B1ACDD

Text Example


Text Example

White with #B1ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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