#B9BADA

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

Shades of Lavender Grey #B9BADA

Tints of Lavender Grey #B9BADA

Color information

#B9BADA (or 0xB9BADA) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and DA. RGB value is (185,186,218). Sum of RGB (Red+Green+Blue) = 185+186+218=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADA is #464525. Grayscale: #BDBDBD. Windows color (decimal): -4605222 or 14334649. OLE color: 14334649.

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

Color convert

RGB185186218-
CMYK0.150.1500.15
HSL238.18º30.84%79.02%-
HSV(B)238.18º15.14%85.49%-
XYZ50.2250.4973.43-
YUV189.35144.17124.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=31.41%
G=31.58%
B=37.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851862180.150.1500.15238.1830.8479.02
HexB9BADAFF0Fee1f4f
Octal271272332171701735637117
Binary101110011011101011011010111111110111111101110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BADA; }

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

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

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

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

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

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

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

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