#BFA5FE

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

Shades of Melrose #BFA5FE

Tints of Melrose #BFA5FE

Color information

#BFA5FE (or 0xBFA5FE) is unknown color: approx Melrose. HEX triplet: BF, A5 and FE. RGB value is (191,165,254). Sum of RGB (Red+Green+Blue) = 191+165+254=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA5FE is #405A01. Grayscale: #B6B6B6. Windows color (decimal): -4217346 or 16688575. OLE color: 16688575.

HSL color Cylindrical-coordinate representation of color #BFA5FE: hue angle of 257.53º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA5FE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191165254-
CMYK0.250.3500.00
HSL257.53º97.8%82.16%-
HSV(B)257.53º35.04%99.61%-
XYZ52.8345.1499.69-
YUV182.92168.11133.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 165 (64.84% from 255) = 27.05%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=31.31%
G=27.05%
B=41.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911652540.250.3500.00257.5397.882.16
HexBFA5FE1923001026252
Octal277245376314300402142122
Binary101111111010010111111110110011000110010000001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5FE; }

 p { color: rgb(191,165,254); }

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

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

 a { background-color: rgb(191,165,254); }

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

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

 span { border-color: rgb(191,165,254); }

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