#B7B5DB

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

Shades of Lavender Grey #B7B5DB

Tints of Lavender Grey #B7B5DB

Color information

#B7B5DB (or 0xB7B5DB) is unknown color: approx Lavender Grey. HEX triplet: B7, B5 and DB. RGB value is (183,181,219). Sum of RGB (Red+Green+Blue) = 183+181+219=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5DB is #484A24. Grayscale: #B9B9B9. Windows color (decimal): -4737573 or 14398903. OLE color: 14398903.

HSL color Cylindrical-coordinate representation of color #B7B5DB: hue angle of 243.16º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B5DB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183181219-
CMYK0.160.1700.14
HSL243.16º34.55%78.43%-
HSV(B)243.16º17.35%85.88%-
XYZ48.8448.2373.75-
YUV185.93146.66125.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.39%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=31.39%
G=31.05%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831812190.160.1700.14243.1634.5578.43
HexB7B5DB10110Ef3234e
Octal267265333202101636343116
Binary101101111011010111011011100001000101110111100111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B5DB; }

 p { color: rgb(183,181,219); }

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

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

 a { background-color: rgb(183,181,219); }

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

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

 span { border-color: rgb(183,181,219); }

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