#BCAAFF

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

Shades of Melrose #BCAAFF

Tints of Melrose #BCAAFF

Color information

#BCAAFF (or 0xBCAAFF) is unknown color: approx Melrose. HEX triplet: BC, AA and FF. RGB value is (188,170,255). Sum of RGB (Red+Green+Blue) = 188+170+255=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAFF is #435500. Grayscale: #B8B8B8. Windows color (decimal): -4412673 or 16755388. OLE color: 16755388.

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

Color convert

RGB188170255-
CMYK0.260.3300
HSL252.71º100%83.33%-
HSV(B)252.71º33.33%100%-
XYZ53.1646.66100.81-
YUV185.07167.46130.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 255 (100% from 255) = 41.60%
R=30.67%
G=27.73%
B=41.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881702550.260.3300252.7110083.33
HexBCAAFF1A2100fd6453
Octal274252377324100375144123
Binary10111100101010101111111111010100001001111110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAFF; }

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

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

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

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

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

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

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

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