Html Css Color HEX #B1ABDB Lavender Grey

📋 copy color: '#B1ABDB'

red 177 ◦ green 171 ◦ blue 219

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

Shades of Lavender Grey #B1ABDB

Tints of Lavender Grey #B1ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 31.22%
G = 30.16%
B = 38.62%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1ABDB (or 0xB1ABDB) is known color: Lavender Grey. HEX triplet: B1, AB and DB. RGB value is (177,171,219). Sum of RGB (Red+Green+Blue) = 177+171+219=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDB is #4E5424. Grayscale: #B2B2B2. Windows color (decimal): -5133349 or 14396337. OLE color: 14396337.

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

Color convert

RGB 177 171 219 -
CMYK 0.19 0.22 0 0.14
HSL 247.5º 0.4% 0.76% -
HSV(B) 247.5º 0.22% 0.86% -
XYZ 45.48 43.59 73.03 -
YUV 178.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 177 171 219 0.19 0.22 0 0.14 247.5 0.4 0.76
Hex B1 AB DB 13 16 0 E F8 28 4C
Octal 261 253 333 23 26 0 16 370 50 114
Binary 10110001 10101011 11011011 10011 10110 0 1110 11111000 101000 1001100

Color Harmonies of #B1ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABDB

Black with #B1ABDB

Text Example


Text Example

White with #B1ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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