#bfb7f3

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

Shades of Melrose #BFB7F3

Tints of Melrose #BFB7F3

Color information

#BFB7F3 (or 0xBFB7F3) is unknown color: approx Melrose. HEX triplet: BF, B7 and F3. RGB value is (191,183,243). Sum of RGB (Red+Green+Blue) = 191+183+243=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7F3 is #40480C. Grayscale: #BFBFBF. Windows color (decimal): -4212749 or 15972287. OLE color: 15972287.

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

Color convert

RGB191183243-
CMYK0.210.2500.05
HSL248º71.43%83.53%-
HSV(B)248º24.69%95.29%-
XYZ54.651.4191.84-
YUV192.23156.65127.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=30.96%
G=29.66%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911832430.210.2500.0524871.4383.53
HexBFB7F3151905f84754
Octal277267363253105370107124
Binary101111111011011111110011101011100101011111100010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb7f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb7f3; }

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

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

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

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

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

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

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

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