#BCA9FF

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

Shades of Melrose #BCA9FF

Tints of Melrose #BCA9FF

Color information

#BCA9FF (or 0xBCA9FF) is unknown color: approx Melrose. HEX triplet: BC, A9 and FF. RGB value is (188,169,255). Sum of RGB (Red+Green+Blue) = 188+169+255=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9FF is #435600. Grayscale: #B8B8B8. Windows color (decimal): -4412929 or 16755132. OLE color: 16755132.

HSL color Cylindrical-coordinate representation of color #BCA9FF: hue angle of 253.26º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA9FF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188169255-
CMYK0.260.3400
HSL253.26º100%83.14%-
HSV(B)253.26º33.73%100%-
XYZ52.9846.29100.75-
YUV184.48167.79130.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 255 (100% from 255) = 41.67%
R=30.72%
G=27.61%
B=41.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881692550.260.3400253.2610083.14
HexBCA9FF1A2200fd6453
Octal274251377324200375144123
Binary10111100101010011111111111010100010001111110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9FF; }

 p { color: rgb(188,169,255); }

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

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

 a { background-color: rgb(188,169,255); }

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

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

 span { border-color: rgb(188,169,255); }

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