#B8A5F2

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

Shades of Melrose #B8A5F2

Tints of Melrose #B8A5F2

Color information

#B8A5F2 (or 0xB8A5F2) is unknown color: approx Melrose. HEX triplet: B8, A5 and F2. RGB value is (184,165,242). Sum of RGB (Red+Green+Blue) = 184+165+242=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #B8A5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A5F2 is #475A0D. Grayscale: #B3B3B3. Windows color (decimal): -4676110 or 15902136. OLE color: 15902136.

HSL color Cylindrical-coordinate representation of color #B8A5F2: hue angle of 254.81º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8A5F2 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184165242-
CMYK0.240.3200.05
HSL254.81º74.76%79.8%-
HSV(B)254.81º31.82%94.9%-
XYZ49.2543.5189.81-
YUV179.46163.29131.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.13%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=31.13%
G=27.92%
B=40.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841652420.240.3200.05254.8174.7679.8
HexB8A5F2182005ff4b50
Octal270245362304005377113120
Binary1011100010100101111100101100010000001011111111110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A5F2; }

 p { color: rgb(184,165,242); }

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

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

 a { background-color: rgb(184,165,242); }

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

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

 span { border-color: rgb(184,165,242); }

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