#B7B3EE

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

Shades of Lavender Grey #B7B3EE

Tints of Lavender Grey #B7B3EE

Color information

#B7B3EE (or 0xB7B3EE) is unknown color: approx Lavender Grey. HEX triplet: B7, B3 and EE. RGB value is (183,179,238). Sum of RGB (Red+Green+Blue) = 183+179+238=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B3EE is #484C11. Grayscale: #BABABA. Windows color (decimal): -4738066 or 15643575. OLE color: 15643575.

HSL color Cylindrical-coordinate representation of color #B7B3EE: hue angle of 244.07º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7B3EE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183179238-
CMYK0.230.2500.07
HSL244.07º63.44%81.76%-
HSV(B)244.07º24.79%93.33%-
XYZ51.0848.4887.55-
YUV186.92156.83125.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.5%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=30.5%
G=29.83%
B=39.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831792380.230.2500.07244.0763.4481.76
HexB7B3EE171907f43f52
Octal26726335627310736477122
Binary10110111101100111110111010111110010111111101001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B3EE; }

 p { color: rgb(183,179,238); }

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

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

 a { background-color: rgb(183,179,238); }

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

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

 span { border-color: rgb(183,179,238); }

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