#B7A9F4

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

Shades of Melrose #B7A9F4

Tints of Melrose #B7A9F4

Color information

#B7A9F4 (or 0xB7A9F4) is unknown color: approx Melrose. HEX triplet: B7, A9 and F4. RGB value is (183,169,244). Sum of RGB (Red+Green+Blue) = 183+169+244=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #B7A9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A9F4 is #48560B. Grayscale: #B5B5B5. Windows color (decimal): -4740620 or 16034231. OLE color: 16034231.

HSL color Cylindrical-coordinate representation of color #B7A9F4: hue angle of 251.2º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7A9F4 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183169244-
CMYK0.250.3100.04
HSL251.2º77.32%80.98%-
HSV(B)251.2º30.74%95.69%-
XYZ50.0544.9791.63-
YUV181.74163.14128.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.70%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 244 (95.70% from 255) = 40.94%
R=30.70%
G=28.36%
B=40.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831692440.250.3100.04251.277.3280.98
HexB7A9F4191F04fb4d51
Octal267251364313704373115121
Binary101101111010100111110100110011111101001111101110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A9F4; }

 p { color: rgb(183,169,244); }

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

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

 a { background-color: rgb(183,169,244); }

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

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

 span { border-color: rgb(183,169,244); }

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