#BCAAE2

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

Shades of Moon Raker #BCAAE2

Tints of Moon Raker #BCAAE2

Color information

#BCAAE2 (or 0xBCAAE2) is unknown color: approx Moon Raker. HEX triplet: BC, AA and E2. RGB value is (188,170,226). Sum of RGB (Red+Green+Blue) = 188+170+226=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAE2 is #43551D. Grayscale: #B5B5B5. Windows color (decimal): -4412702 or 14854844. OLE color: 14854844.

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

Color convert

RGB188170226-
CMYK0.170.2500.11
HSL259.29º49.12%77.65%-
HSV(B)259.29º24.78%88.63%-
XYZ48.8444.9378.05-
YUV181.77152.96132.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 226 (88.67% from 255) = 38.70%
R=32.19%
G=29.11%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881702260.170.2500.11259.2949.1277.65
HexBCAAE211190B103314e
Octal274252342213101340361116
Binary1011110010101010111000101000111001010111000000111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAE2; }

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

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

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

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

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

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

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

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