#BCADEA

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

Shades of Melrose #BCADEA

Tints of Melrose #BCADEA

Color information

#BCADEA (or 0xBCADEA) is unknown color: approx Melrose. HEX triplet: BC, AD and EA. RGB value is (188,173,234). Sum of RGB (Red+Green+Blue) = 188+173+234=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEA is #435215. Grayscale: #B8B8B8. Windows color (decimal): -4411926 or 15379900. OLE color: 15379900.

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

Color convert

RGB188173234-
CMYK0.200.2600.08
HSL254.75º59.22%79.8%-
HSV(B)254.75º26.07%91.76%-
XYZ50.5346.5284.16-
YUV184.44155.97130.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=31.60%
G=29.08%
B=39.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881732340.200.2600.08254.7559.2279.8
HexBCADEA141A08ff3b50
Octal274255352243201037773120
Binary101111001010110111101010101001101001000111111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADEA; }

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

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

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

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

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

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

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

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