#BCACD3

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

Shades of Moon Raker #BCACD3

Tints of Moon Raker #BCACD3

Color information

#BCACD3 (or 0xBCACD3) is unknown color: approx Moon Raker. HEX triplet: BC, AC and D3. RGB value is (188,172,211). Sum of RGB (Red+Green+Blue) = 188+172+211=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD3 is #43532C. Grayscale: #B5B5B5. Windows color (decimal): -4412205 or 13872316. OLE color: 13872316.

HSL color Cylindrical-coordinate representation of color #BCACD3: hue angle of 264.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCACD3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188172211-
CMYK0.110.1800.17
HSL264.62º30.71%75.1%-
HSV(B)264.62º18.48%82.75%-
XYZ47.2544.967.8-
YUV181.23144.8132.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 211 (82.81% from 255) = 36.95%
R=32.92%
G=30.12%
B=36.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881722110.110.1800.17264.6230.7175.1
HexBCACD3B120111091f4b
Octal274254323132202141137113
Binary101111001010110011010011101110010010001100001001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACD3; }

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

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

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

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

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

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

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

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