Html Css Color HEX #B1ABDE Lavender Grey

📋 copy color: '#B1ABDE'

red 177 ◦ green 171 ◦ blue 222

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

Shades of Lavender Grey #B1ABDE

Tints of Lavender Grey #B1ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 31.05%
G = 30%
B = 38.95%

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

#B1ABDE (or 0xB1ABDE) is known color: Lavender Grey. HEX triplet: B1, AB and DE. RGB value is (177,171,222). Sum of RGB (Red+Green+Blue) = 177+171+222=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDE is #4E5421. Grayscale: #B2B2B2. Windows color (decimal): -5133346 or 14592945. OLE color: 14592945.

HSL color Cylindrical-coordinate representation of color #B1ABDE: hue angle of 247.06º degrees, saturation: 0.44, 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 #B1ABDE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 171 222 -
CMYK 0.20 0.23 0 0.13
HSL 247.06º 0.44% 0.77% -
HSV(B) 247.06º 0.23% 0.87% -
XYZ 45.88 43.75 75.13 -
YUV 178.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 177 171 222 0.20 0.23 0 0.13 247.06 0.44 0.77
Hex B1 AB DE 14 17 0 D F7 2C 4D
Octal 261 253 336 24 27 0 15 367 54 115
Binary 10110001 10101011 11011110 10100 10111 0 1101 11110111 101100 1001101

Color Harmonies of #B1ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABDE

Black with #B1ABDE

Text Example


Text Example

White with #B1ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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