#B7B2F3

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

Shades of Lavender Grey #B7B2F3

Tints of Lavender Grey #B7B2F3

Color information

#B7B2F3 (or 0xB7B2F3) is unknown color: approx Lavender Grey. HEX triplet: B7, B2 and F3. RGB value is (183,178,243). Sum of RGB (Red+Green+Blue) = 183+178+243=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7B2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B2F3 is #484D0C. Grayscale: #BABABA. Windows color (decimal): -4738317 or 15970999. OLE color: 15970999.

HSL color Cylindrical-coordinate representation of color #B7B2F3: hue angle of 244.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7B2F3 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183178243-
CMYK0.250.2700.05
HSL244.62º73.03%82.55%-
HSV(B)244.62º26.75%95.29%-
XYZ51.6348.3891.41-
YUV186.9159.66125.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.30%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=30.30%
G=29.47%
B=40.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831782430.250.2700.05244.6273.0382.55
HexB7B2F3191B05f54953
Octal267262363313305365111123
Binary101101111011001011110011110011101101011111010110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B2F3; }

 p { color: rgb(183,178,243); }

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

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

 a { background-color: rgb(183,178,243); }

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

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

 span { border-color: rgb(183,178,243); }

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