#BFB4E7

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

Shades of Melrose #BFB4E7

Tints of Melrose #BFB4E7

Color information

#BFB4E7 (or 0xBFB4E7) is unknown color: approx Melrose. HEX triplet: BF, B4 and E7. RGB value is (191,180,231). Sum of RGB (Red+Green+Blue) = 191+180+231=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4E7 is #404B18. Grayscale: #BCBCBC. Windows color (decimal): -4213529 or 15185087. OLE color: 15185087.

HSL color Cylindrical-coordinate representation of color #BFB4E7: hue angle of 252.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB4E7 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191180231-
CMYK0.170.2200.09
HSL252.94º51.52%80.59%-
HSV(B)252.94º22.08%90.59%-
XYZ52.2349.4982.4-
YUV189.1151.64129.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 231 (90.62% from 255) = 38.37%
R=31.73%
G=29.90%
B=38.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911802310.170.2200.09252.9451.5280.59
HexBFB4E7111609fd3451
Octal277264347212601137564121
Binary101111111011010011100111100011011001001111111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4E7; }

 p { color: rgb(191,180,231); }

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

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

 a { background-color: rgb(191,180,231); }

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

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

 span { border-color: rgb(191,180,231); }

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