#BFB3EF

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

Shades of Melrose #BFB3EF

Tints of Melrose #BFB3EF

Color information

#BFB3EF (or 0xBFB3EF) is unknown color: approx Melrose. HEX triplet: BF, B3 and EF. RGB value is (191,179,239). Sum of RGB (Red+Green+Blue) = 191+179+239=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3EF is #404C10. Grayscale: #BDBDBD. Windows color (decimal): -4213777 or 15709119. OLE color: 15709119.

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

Color convert

RGB191179239-
CMYK0.200.2500.06
HSL252º65.22%81.96%-
HSV(B)252º25.1%93.73%-
XYZ53.1949.5588.42-
YUV189.43155.98129.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=31.36%
G=29.39%
B=39.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911792390.200.2500.0625265.2281.96
HexBFB3EF141906fc4152
Octal277263357243106374101122
Binary101111111011001111101111101001100101101111110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3EF; }

 p { color: rgb(191,179,239); }

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

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

 a { background-color: rgb(191,179,239); }

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

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

 span { border-color: rgb(191,179,239); }

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