#BCACE2

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

Shades of Moon Raker #BCACE2

Tints of Moon Raker #BCACE2

Color information

#BCACE2 (or 0xBCACE2) is unknown color: approx Moon Raker. HEX triplet: BC, AC and E2. RGB value is (188,172,226). Sum of RGB (Red+Green+Blue) = 188+172+226=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE2 is #43531D. Grayscale: #B6B6B6. Windows color (decimal): -4412190 or 14855356. OLE color: 14855356.

HSL color Cylindrical-coordinate representation of color #BCACE2: hue angle of 257.78º degrees, saturation: 0.48, 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 #BCACE2 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188172226-
CMYK0.170.2400.11
HSL257.78º48.21%78.04%-
HSV(B)257.78º23.89%88.63%-
XYZ49.2245.6978.18-
YUV182.94152.3131.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=32.08%
G=29.35%
B=38.57%

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
Decimal1881722260.170.2400.11257.7848.2178.04
HexBCACE211180B102304e
Octal274254342213001340260116
Binary1011110010101100111000101000111000010111000000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACE2; }

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

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

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

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

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

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

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

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