#bfb5ee

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

Shades of Melrose #BFB5EE

Tints of Melrose #BFB5EE

Color information

#BFB5EE (or 0xBFB5EE) is unknown color: approx Melrose. HEX triplet: BF, B5 and EE. RGB value is (191,181,238). Sum of RGB (Red+Green+Blue) = 191+181+238=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5EE is #404A11. Grayscale: #BEBEBE. Windows color (decimal): -4213266 or 15644095. OLE color: 15644095.

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

Color convert

RGB191181238-
CMYK0.200.2400.07
HSL250.53º62.64%82.16%-
HSV(B)250.53º23.95%93.33%-
XYZ53.4450.387.78-
YUV190.49154.81128.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 181 (71.09% from 255) = 29.67%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=31.31%
G=29.67%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911812380.200.2400.07250.5362.6482.16
HexBFB5EE141807fb3f52
Octal27726535624300737377122
Binary10111111101101011110111010100110000111111110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb5ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb5ee; }

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

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

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

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

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

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

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

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