Html Css Color HEX #B1ABDD Lavender Grey

📋 copy color: '#B1ABDD'

red 177 ◦ green 171 ◦ blue 221

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

Shades of Lavender Grey #B1ABDD

Tints of Lavender Grey #B1ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

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

R = 31.11%
G = 30.05%
B = 38.84%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1ABDD (or 0xB1ABDD) is known color: Lavender Grey. HEX triplet: B1, AB and DD. RGB value is (177,171,221). Sum of RGB (Red+Green+Blue) = 177+171+221=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDD is #4E5422. Grayscale: #B2B2B2. Windows color (decimal): -5133347 or 14527409. OLE color: 14527409.

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

Color convert

RGB 177 171 221 -
CMYK 0.20 0.23 0 0.13
HSL 247.2º 0.42% 0.77% -
HSV(B) 247.2º 0.23% 0.87% -
XYZ 45.75 43.69 74.43 -
YUV 178.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 177 171 221 0.20 0.23 0 0.13 247.2 0.42 0.77
Hex B1 AB DD 14 17 0 D F7 2A 4D
Octal 261 253 335 24 27 0 15 367 52 115
Binary 10110001 10101011 11011101 10100 10111 0 1101 11110111 101010 1001101

Color Harmonies of #B1ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABDD

Black with #B1ABDD

Text Example


Text Example

White with #B1ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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