Html Css Color HEX #B1A9DD Lavender Grey

📋 copy color: '#B1A9DD'

red 177 ◦ green 169 ◦ blue 221

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

Shades of Lavender Grey #B1A9DD

Tints of Lavender Grey #B1A9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 31.22%
G = 29.81%
B = 38.98%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1A9DD (or 0xB1A9DD) is known color: Lavender Grey. HEX triplet: B1, A9 and DD. RGB value is (177,169,221). Sum of RGB (Red+Green+Blue) = 177+169+221=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9DD is #4E5622. Grayscale: #B1B1B1. Windows color (decimal): -5133859 or 14526897. OLE color: 14526897.

HSL color Cylindrical-coordinate representation of color #B1A9DD: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A9DD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 169 221 -
CMYK 0.20 0.24 0 0.13
HSL 249.23º 0.43% 0.76% -
HSV(B) 249.23º 0.24% 0.87% -
XYZ 45.37 42.94 74.3 -
YUV 177.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 177 169 221 0.20 0.24 0 0.13 249.23 0.43 0.76
Hex B1 A9 DD 14 18 0 D F9 2B 4C
Octal 261 251 335 24 30 0 15 371 53 114
Binary 10110001 10101001 11011101 10100 11000 0 1101 11111001 101011 1001100

Color Harmonies of #B1A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A9DD

Black with #B1A9DD

Text Example


Text Example

White with #B1A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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