#BCB3EE

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

Shades of Melrose #BCB3EE

Tints of Melrose #BCB3EE

Color information

#BCB3EE (or 0xBCB3EE) is unknown color: approx Melrose. HEX triplet: BC, B3 and EE. RGB value is (188,179,238). Sum of RGB (Red+Green+Blue) = 188+179+238=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3EE is #434C11. Grayscale: #BCBCBC. Windows color (decimal): -4410386 or 15643580. OLE color: 15643580.

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

Color convert

RGB188179238-
CMYK0.210.2500.07
HSL249.15º63.44%81.76%-
HSV(B)249.15º24.79%93.33%-
XYZ52.2949.187.61-
YUV188.42155.98127.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=31.07%
G=29.59%
B=39.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881792380.210.2500.07249.1563.4481.76
HexBCB3EE151907f93f52
Octal27426335625310737177122
Binary10111100101100111110111010101110010111111110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3EE; }

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

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

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

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

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

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

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

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