#BFB4EC

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

Shades of Melrose #BFB4EC

Tints of Melrose #BFB4EC

Color information

#BFB4EC (or 0xBFB4EC) is unknown color: approx Melrose. HEX triplet: BF, B4 and EC. RGB value is (191,180,236). Sum of RGB (Red+Green+Blue) = 191+180+236=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4EC is #404B13. Grayscale: #BDBDBD. Windows color (decimal): -4213524 or 15512767. OLE color: 15512767.

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

Color convert

RGB191180236-
CMYK0.190.2400.07
HSL251.79º59.57%81.57%-
HSV(B)251.79º23.73%92.55%-
XYZ52.9549.7886.17-
YUV189.67154.14128.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=31.47%
G=29.65%
B=38.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911802360.190.2400.07251.7959.5781.57
HexBFB4EC131807fc3c52
Octal27726435423300737474122
Binary10111111101101001110110010011110000111111111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4EC; }

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

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

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

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

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

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

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

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