Html Css Color HEX #B1A9DB Lavender Grey

📋 copy color: '#B1A9DB'

red 177 ◦ green 169 ◦ blue 219

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

Shades of Lavender Grey #B1A9DB

Tints of Lavender Grey #B1A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.91%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 31.33%
G = 29.91%
B = 38.76%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1A9DB (or 0xB1A9DB) is known color: Lavender Grey. HEX triplet: B1, A9 and DB. RGB value is (177,169,219). Sum of RGB (Red+Green+Blue) = 177+169+219=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9DB is #4E5624. Grayscale: #B0B0B0. Windows color (decimal): -5133861 or 14395825. OLE color: 14395825.

HSL color Cylindrical-coordinate representation of color #B1A9DB: hue angle of 249.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1A9DB is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 169 219 -
CMYK 0.19 0.23 0 0.14
HSL 249.6º 0.41% 0.76% -
HSV(B) 249.6º 0.23% 0.86% -
XYZ 45.11 42.84 72.91 -
YUV 177.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 177 169 219 0.19 0.23 0 0.14 249.6 0.41 0.76
Hex B1 A9 DB 13 17 0 E FA 29 4C
Octal 261 251 333 23 27 0 16 372 51 114
Binary 10110001 10101001 11011011 10011 10111 0 1110 11111010 101001 1001100

Color Harmonies of #B1A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A9DB

Black with #B1A9DB

Text Example


Text Example

White with #B1A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A9DB; }

 p { color: rgb(177,169,219); }

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

background-color css

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

 a { background-color: rgb(177,169,219); }

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

border-color css

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

 span { border-color: rgb(177,169,219); }

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