#BFB8EE

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

Shades of Melrose #BFB8EE

Tints of Melrose #BFB8EE

Color information

#BFB8EE (or 0xBFB8EE) is unknown color: approx Melrose. HEX triplet: BF, B8 and EE. RGB value is (191,184,238). Sum of RGB (Red+Green+Blue) = 191+184+238=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8EE is #404711. Grayscale: #C0C0C0. Windows color (decimal): -4212498 or 15644863. OLE color: 15644863.

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

Color convert

RGB191184238-
CMYK0.200.2300.07
HSL247.78º61.36%82.75%-
HSV(B)247.78º22.69%93.33%-
XYZ54.0651.5387.99-
YUV192.25153.82127.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 184 (72.27% from 255) = 30.02%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=31.16%
G=30.02%
B=38.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911842380.200.2300.07247.7861.3682.75
HexBFB8EE141707f83d53
Octal27727035624270737075123
Binary10111111101110001110111010100101110111111110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8EE; }

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

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

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

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

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

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

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

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