#B1ADEB

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

Shades of Lavender Grey #B1ADEB

Tints of Lavender Grey #B1ADEB

Color information

#B1ADEB (or 0xB1ADEB) is unknown color: approx Lavender Grey. HEX triplet: B1, AD and EB. RGB value is (177,173,235). Sum of RGB (Red+Green+Blue) = 177+173+235=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADEB is #4E5214. Grayscale: #B5B5B5. Windows color (decimal): -5132821 or 15445425. OLE color: 15445425.

HSL color Cylindrical-coordinate representation of color #B1ADEB: hue angle of 243.87º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1ADEB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177173235-
CMYK0.250.2600.08
HSL243.87º60.78%80%-
HSV(B)243.87º26.38%92.16%-
XYZ48.0745.2384.79-
YUV181.26158.33124.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.26%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=30.26%
G=29.57%
B=40.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771732350.250.2600.08243.8760.7880
HexB1ADEB191A08f43d50
Octal261255353313201036475120
Binary101100011010110111101011110011101001000111101001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADEB; }

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

 H1.HeaderClassName
 {
   color: #B1ADEB;
 }
 .AnyTagClassName
 {
   color: #B1ADEB;
 }
</style>
background-color css

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

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

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

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

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

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