#BCACE1

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

Shades of Moon Raker #BCACE1

Tints of Moon Raker #BCACE1

Color information

#BCACE1 (or 0xBCACE1) is unknown color: approx Moon Raker. HEX triplet: BC, AC and E1. RGB value is (188,172,225). Sum of RGB (Red+Green+Blue) = 188+172+225=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE1 is #43531E. Grayscale: #B6B6B6. Windows color (decimal): -4412191 or 14789820. OLE color: 14789820.

HSL color Cylindrical-coordinate representation of color #BCACE1: hue angle of 258.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCACE1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188172225-
CMYK0.160.2400.12
HSL258.11º46.9%77.84%-
HSV(B)258.11º23.56%88.24%-
XYZ49.0845.6377.46-
YUV182.83151.8131.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=32.14%
G=29.40%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881722250.160.2400.12258.1146.977.84
HexBCACE110180C1022f4e
Octal274254341203001440257116
Binary1011110010101100111000011000011000011001000000101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACE1; }

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

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

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

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

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

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

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

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