#BFB2EC

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

Shades of Melrose #BFB2EC

Tints of Melrose #BFB2EC

Color information

#BFB2EC (or 0xBFB2EC) is unknown color: approx Melrose. HEX triplet: BF, B2 and EC. RGB value is (191,178,236). Sum of RGB (Red+Green+Blue) = 191+178+236=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2EC is #404D13. Grayscale: #BCBCBC. Windows color (decimal): -4214036 or 15512255. OLE color: 15512255.

HSL color Cylindrical-coordinate representation of color #BFB2EC: hue angle of 253.45º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB2EC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191178236-
CMYK0.190.2500.07
HSL253.45º60.42%81.18%-
HSV(B)253.45º24.58%92.55%-
XYZ52.5548.9786.04-
YUV188.5154.81129.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=31.57%
G=29.42%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911782360.190.2500.07253.4560.4281.18
HexBFB2EC131907fd3c51
Octal27726235423310737574121
Binary10111111101100101110110010011110010111111111011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2EC; }

 p { color: rgb(191,178,236); }

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

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

 a { background-color: rgb(191,178,236); }

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

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

 span { border-color: rgb(191,178,236); }

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