#BCAAE1

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

Shades of Moon Raker #BCAAE1

Tints of Moon Raker #BCAAE1

Color information

#BCAAE1 (or 0xBCAAE1) is unknown color: approx Moon Raker. HEX triplet: BC, AA and E1. RGB value is (188,170,225). Sum of RGB (Red+Green+Blue) = 188+170+225=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAE1 is #43551E. Grayscale: #B5B5B5. Windows color (decimal): -4412703 or 14789308. OLE color: 14789308.

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

Color convert

RGB188170225-
CMYK0.160.2400.12
HSL259.64º47.83%77.45%-
HSV(B)259.64º24.44%88.24%-
XYZ48.744.8877.33-
YUV181.65152.46132.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=32.25%
G=29.16%
B=38.59%

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
Decimal1881702250.160.2400.12259.6447.8377.45
HexBCAAE110180C104304d
Octal274252341203001440460115
Binary1011110010101010111000011000011000011001000001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAE1; }

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

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

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

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

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

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

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

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