#B5ADEC

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

Shades of Lavender Grey #B5ADEC

Tints of Lavender Grey #B5ADEC

Color information

#B5ADEC (or 0xB5ADEC) is unknown color: approx Lavender Grey. HEX triplet: B5, AD and EC. RGB value is (181,173,236). Sum of RGB (Red+Green+Blue) = 181+173+236=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADEC is #4A5213. Grayscale: #B6B6B6. Windows color (decimal): -4870676 or 15510965. OLE color: 15510965.

HSL color Cylindrical-coordinate representation of color #B5ADEC: hue angle of 247.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5ADEC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181173236-
CMYK0.230.2700.07
HSL247.62º62.38%80.2%-
HSV(B)247.62º26.69%92.55%-
XYZ49.1445.7785.6-
YUV182.57158.15126.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 236 (92.58% from 255) = 40%
R=30.68%
G=29.32%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811732360.230.2700.07247.6262.3880.2
HexB5ADEC171B07f83e50
Octal26525535427330737076120
Binary10110101101011011110110010111110110111111110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADEC; }

 p { color: rgb(181,173,236); }

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

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

 a { background-color: rgb(181,173,236); }

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

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

 span { border-color: rgb(181,173,236); }

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