#BCACD1

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

Shades of Moon Raker #BCACD1

Tints of Moon Raker #BCACD1

Color information

#BCACD1 (or 0xBCACD1) is unknown color: approx Moon Raker. HEX triplet: BC, AC and D1. RGB value is (188,172,209). Sum of RGB (Red+Green+Blue) = 188+172+209=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD1 is #43532E. Grayscale: #B4B4B4. Windows color (decimal): -4412207 or 13741244. OLE color: 13741244.

HSL color Cylindrical-coordinate representation of color #BCACD1: hue angle of 265.95º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCACD1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188172209-
CMYK0.100.1800.18
HSL265.95º28.68%74.71%-
HSV(B)265.95º17.7%81.96%-
XYZ4744.866.49-
YUV181143.8132.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=33.04%
G=30.23%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881722090.100.1800.18265.9528.6874.71
HexBCACD1A1201210a1d4b
Octal274254321122202241235113
Binary101111001010110011010001101010010010010100001010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACD1; }

 p { color: rgb(188,172,209); }

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

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

 a { background-color: rgb(188,172,209); }

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

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

 span { border-color: rgb(188,172,209); }

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