#BFB4EA

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

Shades of Melrose #BFB4EA

Tints of Melrose #BFB4EA

Color information

#BFB4EA (or 0xBFB4EA) is unknown color: approx Melrose. HEX triplet: BF, B4 and EA. RGB value is (191,180,234). Sum of RGB (Red+Green+Blue) = 191+180+234=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4EA is #404B15. Grayscale: #BDBDBD. Windows color (decimal): -4213526 or 15381695. OLE color: 15381695.

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

Color convert

RGB191180234-
CMYK0.180.2300.08
HSL252.22º56.25%81.18%-
HSV(B)252.22º23.08%91.76%-
XYZ52.6649.6684.65-
YUV189.44153.14129.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=31.57%
G=29.75%
B=38.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911802340.180.2300.08252.2256.2581.18
HexBFB4EA121708fc3851
Octal277264352222701037470121
Binary101111111011010011101010100101011101000111111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4EA; }

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

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

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

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

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

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

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

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