#B1ADDC

Color #B1ADDC Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B1ADDC

Tints of Lavender Grey #B1ADDC

Color information

#B1ADDC (or 0xB1ADDC) is unknown color: approx 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

RGB177173220-
CMYK0.200.2100.14
HSL245.11º40.17%77.06%-
HSV(B)245.11º21.36%86.27%-
XYZ45.9944.473.86-
YUV179.55150.83126.18-

RGB Variations

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

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.60%
R=31.05%
G=30.35%
B=38.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771732200.200.2100.14245.1140.1777.06
HexB1ADDC14150Ef5284d
Octal261255334242501636550115
Binary101100011010110111011100101001010101110111101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>