#BFB6ED

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

Shades of Melrose #BFB6ED

Tints of Melrose #BFB6ED

Color information

#BFB6ED (or 0xBFB6ED) is unknown color: approx Melrose. HEX triplet: BF, B6 and ED. RGB value is (191,182,237). Sum of RGB (Red+Green+Blue) = 191+182+237=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6ED is #404912. Grayscale: #BEBEBE. Windows color (decimal): -4213011 or 15578815. OLE color: 15578815.

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

Color convert

RGB191182237-
CMYK0.190.2300.07
HSL249.82º60.44%82.16%-
HSV(B)249.82º23.21%92.94%-
XYZ53.550.6587.08-
YUV190.96153.98128.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=31.31%
G=29.84%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911822370.190.2300.07249.8260.4482.16
HexBFB6ED131707fa3c52
Octal27726635523270737274122
Binary10111111101101101110110110011101110111111110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6ED; }

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

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

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

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

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

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

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

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