#BFB3EA

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

Shades of Melrose #BFB3EA

Tints of Melrose #BFB3EA

Color information

#BFB3EA (or 0xBFB3EA) is unknown color: approx Melrose. HEX triplet: BF, B3 and EA. RGB value is (191,179,234). Sum of RGB (Red+Green+Blue) = 191+179+234=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3EA is #404C15. Grayscale: #BCBCBC. Windows color (decimal): -4213782 or 15381439. OLE color: 15381439.

HSL color Cylindrical-coordinate representation of color #BFB3EA: hue angle of 253.09º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB3EA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191179234-
CMYK0.180.2400.08
HSL253.09º56.7%80.98%-
HSV(B)253.09º23.5%91.76%-
XYZ52.4649.2684.58-
YUV188.86153.48129.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=31.62%
G=29.64%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911792340.180.2400.08253.0956.780.98
HexBFB3EA121808fd3951
Octal277263352223001037571121
Binary101111111011001111101010100101100001000111111011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3EA; }

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

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

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

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

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

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

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

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