#BFBAF2

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

Shades of Melrose #BFBAF2

Tints of Melrose #BFBAF2

Color information

#BFBAF2 (or 0xBFBAF2) is unknown color: approx Melrose. HEX triplet: BF, BA and F2. RGB value is (191,186,242). Sum of RGB (Red+Green+Blue) = 191+186+242=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF2 is #40450D. Grayscale: #C1C1C1. Windows color (decimal): -4211982 or 15907519. OLE color: 15907519.

HSL color Cylindrical-coordinate representation of color #BFBAF2: hue angle of 245.36º degrees, saturation: 0.68, 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 #BFBAF2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191186242-
CMYK0.210.2300.05
HSL245.36º68.29%83.92%-
HSV(B)245.36º23.14%94.9%-
XYZ55.0752.691.26-
YUV193.88155.16125.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=30.86%
G=30.05%
B=39.10%

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
Decimal1911862420.210.2300.05245.3668.2983.92
HexBFBAF2151705f54454
Octal277272362252705365104124
Binary101111111011101011110010101011011101011111010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAF2; }

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

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

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

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

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

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

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

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