#BFA8F1

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

Shades of Melrose #BFA8F1

Tints of Melrose #BFA8F1

Color information

#BFA8F1 (or 0xBFA8F1) is unknown color: approx Melrose. HEX triplet: BF, A8 and F1. RGB value is (191,168,241). Sum of RGB (Red+Green+Blue) = 191+168+241=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8F1 is #40570E. Grayscale: #B6B6B6. Windows color (decimal): -4216591 or 15837375. OLE color: 15837375.

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

Color convert

RGB191168241-
CMYK0.210.3000.05
HSL258.9º72.28%80.2%-
HSV(B)258.9º30.29%94.51%-
XYZ51.3745.4389.28-
YUV183.2160.62133.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 168 (66.02% from 255) = 28%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=31.83%
G=28%
B=40.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911682410.210.3000.05258.972.2880.2
HexBFA8F1151E051034850
Octal277250361253605403110120
Binary1011111110101000111100011010111110010110000001110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8F1; }

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

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

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

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

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

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

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

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