#B9B7EF

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

Shades of Lavender Grey #B9B7EF

Tints of Lavender Grey #B9B7EF

Color information

#B9B7EF (or 0xB9B7EF) is unknown color: approx Lavender Grey. HEX triplet: B9, B7 and EF. RGB value is (185,183,239). Sum of RGB (Red+Green+Blue) = 185+183+239=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B7EF is #464810. Grayscale: #BDBDBD. Windows color (decimal): -4605969 or 15710137. OLE color: 15710137.

HSL color Cylindrical-coordinate representation of color #B9B7EF: hue angle of 242.14º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B7EF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185183239-
CMYK0.230.2300.06
HSL242.14º63.64%82.75%-
HSV(B)242.14º23.43%93.73%-
XYZ52.5250.4188.62-
YUV189.98155.66124.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=30.48%
G=30.15%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851832390.230.2300.06242.1463.6482.75
HexB9B7EF171706f24053
Octal271267357272706362100123
Binary101110011011011111101111101111011101101111001010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B7EF; }

 p { color: rgb(185,183,239); }

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

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

 a { background-color: rgb(185,183,239); }

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

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

 span { border-color: rgb(185,183,239); }

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