#BFA8F2

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

Shades of Melrose #BFA8F2

Tints of Melrose #BFA8F2

Color information

#BFA8F2 (or 0xBFA8F2) is unknown color: approx Melrose. HEX triplet: BF, A8 and F2. RGB value is (191,168,242). Sum of RGB (Red+Green+Blue) = 191+168+242=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8F2 is #40570D. Grayscale: #B7B7B7. Windows color (decimal): -4216590 or 15902911. OLE color: 15902911.

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

Color convert

RGB191168242-
CMYK0.210.3100.05
HSL258.65º74%80.39%-
HSV(B)258.65º30.58%94.9%-
XYZ51.5245.4990.07-
YUV183.31161.12133.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=31.78%
G=27.95%
B=40.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911682420.210.3100.05258.657480.39
HexBFA8F2151F051034a50
Octal277250362253705403112120
Binary1011111110101000111100101010111111010110000001110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8F2; }

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

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

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

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

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

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

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

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