Html Css Color HEX #B1ABD8 Lavender Grey

📋 copy color: '#B1ABD8'

red 177 ◦ green 171 ◦ blue 216

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

Shades of Lavender Grey #B1ABD8

Tints of Lavender Grey #B1ABD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 31.38%
G = 30.32%
B = 38.3%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1ABD8 (or 0xB1ABD8) is known color: Lavender Grey. HEX triplet: B1, AB and D8. RGB value is (177,171,216). Sum of RGB (Red+Green+Blue) = 177+171+216=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1ABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABD8 is #4E5427. Grayscale: #B1B1B1. Windows color (decimal): -5133352 or 14199729. OLE color: 14199729.

HSL color Cylindrical-coordinate representation of color #B1ABD8: hue angle of 248º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1ABD8 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 171 216 -
CMYK 0.18 0.21 0 0.15
HSL 248º 0.37% 0.76% -
HSV(B) 248º 0.21% 0.85% -
XYZ 45.09 43.43 70.97 -
YUV 177.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 177 171 216 0.18 0.21 0 0.15 248 0.37 0.76
Hex B1 AB D8 12 15 0 F F8 25 4C
Octal 261 253 330 22 25 0 17 370 45 114
Binary 10110001 10101011 11011000 10010 10101 0 1111 11111000 100101 1001100

Color Harmonies of #B1ABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABD8

Black with #B1ABD8

Text Example


Text Example

White with #B1ABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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