#BFBAF0

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

Shades of Melrose #BFBAF0

Tints of Melrose #BFBAF0

Color information

#BFBAF0 (or 0xBFBAF0) is unknown color: approx Melrose. HEX triplet: BF, BA and F0. RGB value is (191,186,240). Sum of RGB (Red+Green+Blue) = 191+186+240=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF0 is #40450F. Grayscale: #C1C1C1. Windows color (decimal): -4211984 or 15776447. OLE color: 15776447.

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

Color convert

RGB191186240-
CMYK0.200.2200.06
HSL245.56º64.29%83.53%-
HSV(B)245.56º22.5%94.12%-
XYZ54.7752.4989.68-
YUV193.65154.16126.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=30.96%
G=30.15%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911862400.200.2200.06245.5664.2983.53
HexBFBAF0141606f64054
Octal277272360242606366100124
Binary101111111011101011110000101001011001101111011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAF0; }

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

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

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

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

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

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

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

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