Html Css Color HEX #B1ADDC Lavender Grey

📋 copy color: '#B1ADDC'

red 177 ◦ green 173 ◦ blue 220

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

Shades of Lavender Grey #B1ADDC

Tints of Lavender Grey #B1ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 31.05%
G = 30.35%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1ADDC (or 0xB1ADDC) is known color: Lavender Grey. HEX triplet: B1, AD and DC. RGB value is (177,173,220). Sum of RGB (Red+Green+Blue) = 177+173+220=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADDC is #4E5223. Grayscale: #B3B3B3. Windows color (decimal): -5132836 or 14462385. OLE color: 14462385.

HSL color Cylindrical-coordinate representation of color #B1ADDC: hue angle of 245.11º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1ADDC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 173 220 -
CMYK 0.20 0.21 0 0.14
HSL 245.11º 0.4% 0.77% -
HSV(B) 245.11º 0.21% 0.86% -
XYZ 45.99 44.4 73.86 -
YUV 179.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 177 173 220 0.20 0.21 0 0.14 245.11 0.4 0.77
Hex B1 AD DC 14 15 0 E F5 28 4D
Octal 261 255 334 24 25 0 16 365 50 115
Binary 10110001 10101101 11011100 10100 10101 0 1110 11110101 101000 1001101

Color Harmonies of #B1ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADDC

Black with #B1ADDC

Text Example


Text Example

White with #B1ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADDC; }

 p { color: rgb(177,173,220); }

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

background-color css

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

 a { background-color: rgb(177,173,220); }

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

border-color css

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

 span { border-color: rgb(177,173,220); }

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