#BCA8F4

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

Shades of Melrose #BCA8F4

Tints of Melrose #BCA8F4

Color information

#BCA8F4 (or 0xBCA8F4) is unknown color: approx Melrose. HEX triplet: BC, A8 and F4. RGB value is (188,168,244). Sum of RGB (Red+Green+Blue) = 188+168+244=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCA8F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8F4 is #43570B. Grayscale: #B6B6B6. Windows color (decimal): -4413196 or 16033980. OLE color: 16033980.

HSL color Cylindrical-coordinate representation of color #BCA8F4: hue angle of 255.79º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA8F4 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188168244-
CMYK0.230.3100.04
HSL255.79º77.55%80.78%-
HSV(B)255.79º31.15%95.69%-
XYZ51.0745.2391.63-
YUV182.64162.63131.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 168 (66.02% from 255) = 28%
BLUE value IS 244 (95.70% from 255) = 40.67%
R=31.33%
G=28%
B=40.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881682440.230.3100.04255.7977.5580.78
HexBCA8F4171F041004e51
Octal274250364273704400116121
Binary1011110010101000111101001011111111010010000000010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8F4; }

 p { color: rgb(188,168,244); }

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

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

 a { background-color: rgb(188,168,244); }

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

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

 span { border-color: rgb(188,168,244); }

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