#BFB9F1

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

Shades of Melrose #BFB9F1

Tints of Melrose #BFB9F1

Color information

#BFB9F1 (or 0xBFB9F1) is unknown color: approx Melrose. HEX triplet: BF, B9 and F1. RGB value is (191,185,241). Sum of RGB (Red+Green+Blue) = 191+185+241=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9F1 is #40460E. Grayscale: #C0C0C0. Windows color (decimal): -4212239 or 15841727. OLE color: 15841727.

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

Color convert

RGB191185241-
CMYK0.210.2300.05
HSL246.43º66.67%83.53%-
HSV(B)246.43º23.24%94.51%-
XYZ54.7152.1390.4-
YUV193.18154.99126.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=30.96%
G=29.98%
B=39.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911852410.210.2300.05246.4366.6783.53
HexBFB9F1151705f64354
Octal277271361252705366103124
Binary101111111011100111110001101011011101011111011010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9F1; }

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

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

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

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

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

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

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

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