#BFB0EA

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

Shades of Melrose #BFB0EA

Tints of Melrose #BFB0EA

Color information

#BFB0EA (or 0xBFB0EA) is unknown color: approx Melrose. HEX triplet: BF, B0 and EA. RGB value is (191,176,234). Sum of RGB (Red+Green+Blue) = 191+176+234=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0EA is #404F15. Grayscale: #BABABA. Windows color (decimal): -4214550 or 15380671. OLE color: 15380671.

HSL color Cylindrical-coordinate representation of color #BFB0EA: hue angle of 255.52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB0EA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191176234-
CMYK0.180.2500.08
HSL255.52º58%80.39%-
HSV(B)255.52º24.79%91.76%-
XYZ51.8648.0784.39-
YUV187.1154.47130.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=31.78%
G=29.28%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911762340.180.2500.08255.525880.39
HexBFB0EA1219081003a50
Octal277260352223101040072120
Binary1011111110110000111010101001011001010001000000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0EA; }

 p { color: rgb(191,176,234); }

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

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

 a { background-color: rgb(191,176,234); }

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

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

 span { border-color: rgb(191,176,234); }

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