#B8BADB

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

Shades of Lavender Grey #B8BADB

Tints of Lavender Grey #B8BADB

Color information

#B8BADB (or 0xB8BADB) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and DB. RGB value is (184,186,219). Sum of RGB (Red+Green+Blue) = 184+186+219=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BADB is #474524. Grayscale: #BDBDBD. Windows color (decimal): -4670757 or 14400184. OLE color: 14400184.

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

Color convert

RGB184186219-
CMYK0.160.1500.14
HSL236.57º32.71%79.02%-
HSV(B)236.57º15.98%85.88%-
XYZ50.1150.4274.11-
YUV189.16144.84124.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.24%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=31.24%
G=31.58%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841862190.160.1500.14236.5732.7179.02
HexB8BADB10F0Eed214f
Octal270272333201701635541117
Binary10111000101110101101101110000111101110111011011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BADB; }

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

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

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

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

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

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

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

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