#BCACE3

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

Shades of Moon Raker #BCACE3

Tints of Moon Raker #BCACE3

Color information

#BCACE3 (or 0xBCACE3) is unknown color: approx Moon Raker. HEX triplet: BC, AC and E3. RGB value is (188,172,227). Sum of RGB (Red+Green+Blue) = 188+172+227=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE3 is #43531C. Grayscale: #B6B6B6. Windows color (decimal): -4412189 or 14920892. OLE color: 14920892.

HSL color Cylindrical-coordinate representation of color #BCACE3: hue angle of 257.45º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCACE3 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188172227-
CMYK0.170.2400.11
HSL257.45º49.55%78.24%-
HSV(B)257.45º24.23%89.02%-
XYZ49.3645.7478.9-
YUV183.05152.8131.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=32.03%
G=29.30%
B=38.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881722270.170.2400.11257.4549.5578.24
HexBCACE311180B101324e
Octal274254343213001340162116
Binary1011110010101100111000111000111000010111000000011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACE3; }

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

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

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

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

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

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

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

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