#BFB8DC

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

Shades of Melrose #BFB8DC

Tints of Melrose #BFB8DC

Color information

#BFB8DC (or 0xBFB8DC) is unknown color: approx Melrose. HEX triplet: BF, B8 and DC. RGB value is (191,184,220). Sum of RGB (Red+Green+Blue) = 191+184+220=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8DC is #404723. Grayscale: #BEBEBE. Windows color (decimal): -4212516 or 14465215. OLE color: 14465215.

HSL color Cylindrical-coordinate representation of color #BFB8DC: hue angle of 251.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB8DC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191184220-
CMYK0.130.1600.14
HSL251.67º33.96%79.22%-
HSV(B)251.67º16.36%86.27%-
XYZ51.5450.5274.75-
YUV190.2144.82128.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=32.10%
G=30.92%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911842200.130.1600.14251.6733.9679.22
HexBFB8DCD100Efc224f
Octal277270334152001637442117
Binary10111111101110001101110011011000001110111111001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8DC; }

 p { color: rgb(191,184,220); }

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

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

 a { background-color: rgb(191,184,220); }

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

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

 span { border-color: rgb(191,184,220); }

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