#BFB9F0

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

Shades of Melrose #BFB9F0

Tints of Melrose #BFB9F0

Color information

#BFB9F0 (or 0xBFB9F0) is unknown color: approx Melrose. HEX triplet: BF, B9 and F0. RGB value is (191,185,240). Sum of RGB (Red+Green+Blue) = 191+185+240=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9F0 is #40460F. Grayscale: #C0C0C0. Windows color (decimal): -4212240 or 15776191. OLE color: 15776191.

HSL color Cylindrical-coordinate representation of color #BFB9F0: hue angle of 246.55º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB9F0 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191185240-
CMYK0.200.2300.06
HSL246.55º64.71%83.33%-
HSV(B)246.55º22.92%94.12%-
XYZ54.5652.0789.61-
YUV193.06154.49126.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=31.01%
G=30.03%
B=38.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911852400.200.2300.06246.5564.7183.33
HexBFB9F0141706f74153
Octal277271360242706367101123
Binary101111111011100111110000101001011101101111011110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9F0; }

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

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

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

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

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

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

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

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