#B5ADDF

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

Shades of Lavender Grey #B5ADDF

Tints of Lavender Grey #B5ADDF

Color information

#B5ADDF (or 0xB5ADDF) is unknown color: approx Lavender Grey. HEX triplet: B5, AD and DF. RGB value is (181,173,223). Sum of RGB (Red+Green+Blue) = 181+173+223=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADDF is #4A5220. Grayscale: #B4B4B4. Windows color (decimal): -4870689 or 14658997. OLE color: 14658997.

HSL color Cylindrical-coordinate representation of color #B5ADDF: hue angle of 249.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5ADDF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181173223-
CMYK0.190.2200.13
HSL249.6º43.86%77.65%-
HSV(B)249.6º22.42%87.45%-
XYZ47.3245.0476.01-
YUV181.09151.65127.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=31.37%
G=29.98%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811732230.190.2200.13249.643.8677.65
HexB5ADDF13160Dfa2c4e
Octal265255337232601537254116
Binary101101011010110111011111100111011001101111110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADDF; }

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

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

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

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

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

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

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

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