#B9BADE

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

Shades of Lavender Grey #B9BADE

Tints of Lavender Grey #B9BADE

Color information

#B9BADE (or 0xB9BADE) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and DE. RGB value is (185,186,222). Sum of RGB (Red+Green+Blue) = 185+186+222=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADE is #464521. Grayscale: #BDBDBD. Windows color (decimal): -4605218 or 14596793. OLE color: 14596793.

HSL color Cylindrical-coordinate representation of color #B9BADE: hue angle of 238.38º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9BADE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185186222-
CMYK0.170.1600.13
HSL238.38º35.92%79.8%-
HSV(B)238.38º16.67%87.06%-
XYZ50.7550.7176.22-
YUV189.8146.17124.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=31.20%
G=31.37%
B=37.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851862220.170.1600.13238.3835.9279.8
HexB9BADE11100Dee2450
Octal271272336212001535644120
Binary101110011011101011011110100011000001101111011101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BADE; }

 p { color: rgb(185,186,222); }

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

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

 a { background-color: rgb(185,186,222); }

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

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

 span { border-color: rgb(185,186,222); }

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