Html Css Color HEX #B1ABEB Lavender Grey

📋 copy color: '#B1ABEB'

red 177 ◦ green 171 ◦ blue 235

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

Shades of Lavender Grey #B1ABEB

Tints of Lavender Grey #B1ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 30.36%
G = 29.33%
B = 40.31%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1ABEB (or 0xB1ABEB) is known color: Lavender Grey. HEX triplet: B1, AB and EB. RGB value is (177,171,235). Sum of RGB (Red+Green+Blue) = 177+171+235=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABEB is #4E5414. Grayscale: #B3B3B3. Windows color (decimal): -5133333 or 15444913. OLE color: 15444913.

HSL color Cylindrical-coordinate representation of color #B1ABEB: hue angle of 245.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1ABEB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 171 235 -
CMYK 0.25 0.27 0 0.08
HSL 245.63º 0.62% 0.8% -
HSV(B) 245.63º 0.27% 0.92% -
XYZ 47.69 44.47 84.67 -
YUV 180.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 177 171 235 0.25 0.27 0 0.08 245.63 0.62 0.8
Hex B1 AB EB 19 1B 0 8 F6 3E 50
Octal 261 253 353 31 33 0 10 366 76 120
Binary 10110001 10101011 11101011 11001 11011 0 1000 11110110 111110 1010000

Color Harmonies of #B1ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABEB

Black with #B1ABEB

Text Example


Text Example

White with #B1ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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