#BFB7F4

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

Shades of Melrose #BFB7F4

Tints of Melrose #BFB7F4

Color information

#BFB7F4 (or 0xBFB7F4) is unknown color: approx Melrose. HEX triplet: BF, B7 and F4. RGB value is (191,183,244). Sum of RGB (Red+Green+Blue) = 191+183+244=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 244 (95.70% from 255 or 39.48% from 618); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFB7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7F4 is #40480B. Grayscale: #C0C0C0. Windows color (decimal): -4212748 or 16037823. OLE color: 16037823.

HSL color Cylindrical-coordinate representation of color #BFB7F4: hue angle of 247.87º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB7F4 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191183244-
CMYK0.220.2500.04
HSL247.87º73.49%83.73%-
HSV(B)247.87º25%95.69%-
XYZ54.7551.4792.64-
YUV192.35157.15127.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 183 (71.88% from 255) = 29.61%
BLUE value IS 244 (95.70% from 255) = 39.48%
R=30.91%
G=29.61%
B=39.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911832440.220.2500.04247.8773.4983.73
HexBFB7F4161904f84954
Octal277267364263104370111124
Binary101111111011011111110100101101100101001111100010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7F4; }

 p { color: rgb(191,183,244); }

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

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

 a { background-color: rgb(191,183,244); }

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

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

 span { border-color: rgb(191,183,244); }

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