#BFB6F4

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

Shades of Melrose #BFB6F4

Tints of Melrose #BFB6F4

Color information

#BFB6F4 (or 0xBFB6F4) is unknown color: approx Melrose. HEX triplet: BF, B6 and F4. RGB value is (191,182,244). Sum of RGB (Red+Green+Blue) = 191+182+244=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFB6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6F4 is #40490B. Grayscale: #BFBFBF. Windows color (decimal): -4213004 or 16037567. OLE color: 16037567.

HSL color Cylindrical-coordinate representation of color #BFB6F4: hue angle of 248.71º degrees, saturation: 0.74, 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 #BFB6F4 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191182244-
CMYK0.220.2500.04
HSL248.71º73.81%83.53%-
HSV(B)248.71º25.41%95.69%-
XYZ54.5451.0692.57-
YUV191.76157.48127.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=30.96%
G=29.50%
B=39.55%

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
Decimal1911822440.220.2500.04248.7173.8183.53
HexBFB6F4161904f94a54
Octal277266364263104371112124
Binary101111111011011011110100101101100101001111100110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6F4; }

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

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

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

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

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

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

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

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