#BFA8FE

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

Shades of Melrose #BFA8FE

Tints of Melrose #BFA8FE

Color information

#BFA8FE (or 0xBFA8FE) is unknown color: approx Melrose. HEX triplet: BF, A8 and FE. RGB value is (191,168,254). Sum of RGB (Red+Green+Blue) = 191+168+254=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8FE is #405701. Grayscale: #B8B8B8. Windows color (decimal): -4216578 or 16689343. OLE color: 16689343.

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

Color convert

RGB191168254-
CMYK0.250.3400.00
HSL256.05º97.73%82.75%-
HSV(B)256.05º33.86%99.61%-
XYZ53.3846.2499.88-
YUV184.68167.12132.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=31.16%
G=27.41%
B=41.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911682540.250.3400.00256.0597.7382.75
HexBFA8FE1922001006253
Octal277250376314200400142123
Binary101111111010100011111110110011000100010000000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8FE; }

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

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

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

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

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

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

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

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