#BCA7FF

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

Shades of Melrose #BCA7FF

Tints of Melrose #BCA7FF

Color information

#BCA7FF (or 0xBCA7FF) is unknown color: approx Melrose. HEX triplet: BC, A7 and FF. RGB value is (188,167,255). Sum of RGB (Red+Green+Blue) = 188+167+255=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA7FF is #435800. Grayscale: #B6B6B6. Windows color (decimal): -4413441 or 16754620. OLE color: 16754620.

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

Color convert

RGB188167255-
CMYK0.260.3500
HSL254.32º100%82.75%-
HSV(B)254.32º34.51%100%-
XYZ52.6145.55100.63-
YUV183.31168.46131.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 255 (100% from 255) = 41.80%
R=30.82%
G=27.38%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881672550.260.3500254.3210082.75
HexBCA7FF1A2300fe6453
Octal274247377324300376144123
Binary10111100101001111111111111010100011001111111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7FF; }

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

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

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

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

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

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

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

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