Html Css Color HEX #B1ABE6 Lavender Grey

📋 copy color: '#B1ABE6'

red 177 ◦ green 171 ◦ blue 230

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

Shades of Lavender Grey #B1ABE6

Tints of Lavender Grey #B1ABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.79%

R = 30.62%
G = 29.58%
B = 39.79%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1ABE6 (or 0xB1ABE6) is known color: Lavender Grey. HEX triplet: B1, AB and E6. RGB value is (177,171,230). Sum of RGB (Red+Green+Blue) = 177+171+230=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABE6 is #4E5419. Grayscale: #B3B3B3. Windows color (decimal): -5133338 or 15117233. OLE color: 15117233.

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

Color convert

RGB 177 171 230 -
CMYK 0.23 0.26 0 0.10
HSL 246.1º 0.54% 0.79% -
HSV(B) 246.1º 0.26% 0.9% -
XYZ 46.98 44.19 80.92 -
YUV 179.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 177 171 230 0.23 0.26 0 0.10 246.1 0.54 0.79
Hex B1 AB E6 17 1A 0 A F6 36 4F
Octal 261 253 346 27 32 0 12 366 66 117
Binary 10110001 10101011 11100110 10111 11010 0 1010 11110110 110110 1001111

Color Harmonies of #B1ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABE6

Black with #B1ABE6

Text Example


Text Example

White with #B1ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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