#B7B0F3

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

Shades of Melrose #B7B0F3

Tints of Melrose #B7B0F3

Color information

#B7B0F3 (or 0xB7B0F3) is unknown color: approx Melrose. HEX triplet: B7, B0 and F3. RGB value is (183,176,243). Sum of RGB (Red+Green+Blue) = 183+176+243=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0F3 is #484F0C. Grayscale: #B9B9B9. Windows color (decimal): -4738829 or 15970487. OLE color: 15970487.

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

Color convert

RGB183176243-
CMYK0.250.2800.05
HSL246.27º73.63%82.16%-
HSV(B)246.27º27.57%95.29%-
XYZ51.2347.5991.28-
YUV185.73160.32126.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.40%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=30.40%
G=29.24%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831762430.250.2800.05246.2773.6382.16
HexB7B0F3191C05f64a52
Octal267260363313405366112122
Binary101101111011000011110011110011110001011111011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0F3; }

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

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

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

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

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

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

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

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