#B5B6DF

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

Shades of Lavender Grey #B5B6DF

Tints of Lavender Grey #B5B6DF

Color information

#B5B6DF (or 0xB5B6DF) is unknown color: approx Lavender Grey. HEX triplet: B5, B6 and DF. RGB value is (181,182,223). Sum of RGB (Red+Green+Blue) = 181+182+223=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B6DF is #4A4920. Grayscale: #BABABA. Windows color (decimal): -4868385 or 14661301. OLE color: 14661301.

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

Color convert

RGB181182223-
CMYK0.190.1800.13
HSL238.57º39.62%79.22%-
HSV(B)238.57º18.83%87.45%-
XYZ49.148.6176.61-
YUV186.37148.67124.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.89%
GREEN value IS 182 (71.48% from 255) = 31.06%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=30.89%
G=31.06%
B=38.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811822230.190.1800.13238.5739.6279.22
HexB5B6DF13120Def284f
Octal265266337232201535750117
Binary101101011011011011011111100111001001101111011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6DF; }

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

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

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

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

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

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

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

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