Html Css Color HEX #B1ABE5 Lavender Grey

📋 copy color: '#B1ABE5'

red 177 ◦ green 171 ◦ blue 229

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

Shades of Lavender Grey #B1ABE5

Tints of Lavender Grey #B1ABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 30.68%
G = 29.64%
B = 39.69%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1ABE5 (or 0xB1ABE5) is known color: Lavender Grey. HEX triplet: B1, AB and E5. RGB value is (177,171,229). Sum of RGB (Red+Green+Blue) = 177+171+229=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABE5 is #4E541A. Grayscale: #B3B3B3. Windows color (decimal): -5133339 or 15051697. OLE color: 15051697.

HSL color Cylindrical-coordinate representation of color #B1ABE5: hue angle of 246.21º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ABE5 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 171 229 -
CMYK 0.23 0.25 0 0.10
HSL 246.21º 0.53% 0.78% -
HSV(B) 246.21º 0.25% 0.9% -
XYZ 46.84 44.13 80.18 -
YUV 179.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 177 171 229 0.23 0.25 0 0.10 246.21 0.53 0.78
Hex B1 AB E5 17 19 0 A F6 35 4E
Octal 261 253 345 27 31 0 12 366 65 116
Binary 10110001 10101011 11100101 10111 11001 0 1010 11110110 110101 1001110

Color Harmonies of #B1ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABE5

Black with #B1ABE5

Text Example


Text Example

White with #B1ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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