#BCACD2

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

Shades of Moon Raker #BCACD2

Tints of Moon Raker #BCACD2

Color information

#BCACD2 (or 0xBCACD2) is unknown color: approx Moon Raker. HEX triplet: BC, AC and D2. RGB value is (188,172,210). Sum of RGB (Red+Green+Blue) = 188+172+210=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD2 is #43532D. Grayscale: #B4B4B4. Windows color (decimal): -4412206 or 13806780. OLE color: 13806780.

HSL color Cylindrical-coordinate representation of color #BCACD2: hue angle of 265.26º degrees, saturation: 0.3, 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 #BCACD2 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188172210-
CMYK0.100.1800.18
HSL265.26º29.69%74.9%-
HSV(B)265.26º18.1%82.35%-
XYZ47.1244.8567.15-
YUV181.12144.3132.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=32.98%
G=30.18%
B=36.84%

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
Decimal1881722100.100.1800.18265.2629.6974.9
HexBCACD2A120121091e4b
Octal274254322122202241136113
Binary101111001010110011010010101010010010010100001001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACD2; }

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

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

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

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

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

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

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

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