#B8B3DC

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

Shades of Lavender Grey #B8B3DC

Tints of Lavender Grey #B8B3DC

Color information

#B8B3DC (or 0xB8B3DC) is unknown color: approx Lavender Grey. HEX triplet: B8, B3 and DC. RGB value is (184,179,220). Sum of RGB (Red+Green+Blue) = 184+179+220=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B3DC is #474C23. Grayscale: #B9B9B9. Windows color (decimal): -4672548 or 14463928. OLE color: 14463928.

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

Color convert

RGB184179220-
CMYK0.160.1900.14
HSL247.32º36.94%78.24%-
HSV(B)247.32º18.64%86.27%-
XYZ48.8147.674.33-
YUV185.17147.66127.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=31.56%
G=30.70%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841792200.160.1900.14247.3236.9478.24
HexB8B3DC10130Ef7254e
Octal270263334202301636745116
Binary101110001011001111011100100001001101110111101111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B3DC; }

 p { color: rgb(184,179,220); }

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

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

 a { background-color: rgb(184,179,220); }

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

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

 span { border-color: rgb(184,179,220); }

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