#B9BAEA

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

Shades of Lavender Grey #B9BAEA

Tints of Lavender Grey #B9BAEA

Color information

#B9BAEA (or 0xB9BAEA) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and EA. RGB value is (185,186,234). Sum of RGB (Red+Green+Blue) = 185+186+234=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAEA is #464515. Grayscale: #BEBEBE. Windows color (decimal): -4605206 or 15383225. OLE color: 15383225.

HSL color Cylindrical-coordinate representation of color #B9BAEA: hue angle of 238.78º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BAEA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185186234-
CMYK0.210.2100.08
HSL238.78º53.85%82.16%-
HSV(B)238.78º20.94%91.76%-
XYZ52.4251.3785-
YUV191.17152.17123.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=30.58%
G=30.74%
B=38.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851862340.210.2100.08238.7853.8582.16
HexB9BAEA151508ef3652
Octal271272352252501035766122
Binary101110011011101011101010101011010101000111011111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAEA; }

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

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

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

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

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

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

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

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