#BFB8D5

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

Shades of Melrose #BFB8D5

Tints of Melrose #BFB8D5

Color information

#BFB8D5 (or 0xBFB8D5) is unknown color: approx Melrose. HEX triplet: BF, B8 and D5. RGB value is (191,184,213). Sum of RGB (Red+Green+Blue) = 191+184+213=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8D5 is #40472A. Grayscale: #BDBDBD. Windows color (decimal): -4212523 or 14006463. OLE color: 14006463.

HSL color Cylindrical-coordinate representation of color #BFB8D5: hue angle of 254.48º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB8D5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191184213-
CMYK0.100.1400.16
HSL254.48º25.66%77.84%-
HSV(B)254.48º13.62%83.53%-
XYZ50.6450.1669.96-
YUV189.4141.32129.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=32.48%
G=31.29%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911842130.100.1400.16254.4825.6677.84
HexBFB8D5AE010fe1a4e
Octal277270325121602037632116
Binary1011111110111000110101011010111001000011111110110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8D5; }

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

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

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

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

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

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

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

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