#BCB3EA

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

Shades of Melrose #BCB3EA

Tints of Melrose #BCB3EA

Color information

#BCB3EA (or 0xBCB3EA) is unknown color: approx Melrose. HEX triplet: BC, B3 and EA. RGB value is (188,179,234). Sum of RGB (Red+Green+Blue) = 188+179+234=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 179 (70.31% from 255 or 29.78% 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 #BCB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3EA is #434C15. Grayscale: #BBBBBB. Windows color (decimal): -4410390 or 15381436. OLE color: 15381436.

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

Color convert

RGB188179234-
CMYK0.200.2400.08
HSL249.82º56.7%80.98%-
HSV(B)249.82º23.5%91.76%-
XYZ51.7148.8784.55-
YUV187.96153.98128.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=31.28%
G=29.78%
B=38.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881792340.200.2400.08249.8256.780.98
HexBCB3EA141808fa3951
Octal274263352243001037271121
Binary101111001011001111101010101001100001000111110101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3EA; }

 p { color: rgb(188,179,234); }

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

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

 a { background-color: rgb(188,179,234); }

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

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

 span { border-color: rgb(188,179,234); }

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