#B8B5DB

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

Shades of Lavender Grey #B8B5DB

Tints of Lavender Grey #B8B5DB

Color information

#B8B5DB (or 0xB8B5DB) is unknown color: approx Lavender Grey. HEX triplet: B8, B5 and DB. RGB value is (184,181,219). Sum of RGB (Red+Green+Blue) = 184+181+219=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B5DB is #474A24. Grayscale: #BABABA. Windows color (decimal): -4672037 or 14398904. OLE color: 14398904.

HSL color Cylindrical-coordinate representation of color #B8B5DB: hue angle of 244.74º 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 #B8B5DB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184181219-
CMYK0.160.1700.14
HSL244.74º34.55%78.43%-
HSV(B)244.74º17.35%85.88%-
XYZ49.0848.3573.76-
YUV186.23146.49126.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=31.51%
G=30.99%
B=37.5%

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
Decimal1841812190.160.1700.14244.7434.5578.43
HexB8B5DB10110Ef5234e
Octal270265333202101636543116
Binary101110001011010111011011100001000101110111101011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B5DB; }

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

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

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

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

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

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

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

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