#BFB1FC

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

Shades of Melrose #BFB1FC

Tints of Melrose #BFB1FC

Color information

#BFB1FC (or 0xBFB1FC) is unknown color: approx Melrose. HEX triplet: BF, B1 and FC. RGB value is (191,177,252). Sum of RGB (Red+Green+Blue) = 191+177+252=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1FC is #404E03. Grayscale: #BDBDBD. Windows color (decimal): -4214276 or 16560575. OLE color: 16560575.

HSL color Cylindrical-coordinate representation of color #BFB1FC: hue angle of 251.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB1FC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191177252-
CMYK0.240.3000.01
HSL251.2º92.59%84.12%-
HSV(B)251.2º29.76%98.82%-
XYZ54.7849.5598.77-
YUV189.74163.14128.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=30.81%
G=28.55%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911772520.240.3000.01251.292.5984.12
HexBFB1FC181E01fb5d54
Octal277261374303601373135124
Binary1011111110110001111111001100011110011111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1FC; }

 p { color: rgb(191,177,252); }

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

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

 a { background-color: rgb(191,177,252); }

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

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

 span { border-color: rgb(191,177,252); }

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