#BFB6EA

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

Shades of Melrose #BFB6EA

Tints of Melrose #BFB6EA

Color information

#BFB6EA (or 0xBFB6EA) is unknown color: approx Melrose. HEX triplet: BF, B6 and EA. RGB value is (191,182,234). Sum of RGB (Red+Green+Blue) = 191+182+234=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6EA is #404915. Grayscale: #BEBEBE. Windows color (decimal): -4213014 or 15382207. OLE color: 15382207.

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

Color convert

RGB191182234-
CMYK0.180.2200.08
HSL250.38º55.32%81.57%-
HSV(B)250.38º22.22%91.76%-
XYZ53.0750.4784.79-
YUV190.62152.48128.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=31.47%
G=29.98%
B=38.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911822340.180.2200.08250.3855.3281.57
HexBFB6EA121608fa3752
Octal277266352222601037267122
Binary101111111011011011101010100101011001000111110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6EA; }

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

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

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

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

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

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

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

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