#BCAAE3

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

Shades of Moon Raker #BCAAE3

Tints of Moon Raker #BCAAE3

Color information

#BCAAE3 (or 0xBCAAE3) is unknown color: approx Moon Raker. HEX triplet: BC, AA and E3. RGB value is (188,170,227). Sum of RGB (Red+Green+Blue) = 188+170+227=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAE3 is #43551C. Grayscale: #B5B5B5. Windows color (decimal): -4412701 or 14920380. OLE color: 14920380.

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

Color convert

RGB188170227-
CMYK0.170.2500.11
HSL258.95º50.44%77.84%-
HSV(B)258.95º25.11%89.02%-
XYZ48.9844.9978.77-
YUV181.88153.46132.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 227 (89.06% from 255) = 38.80%
R=32.14%
G=29.06%
B=38.80%

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
Decimal1881702270.170.2500.11258.9550.4477.84
HexBCAAE311190B103324e
Octal274252343213101340362116
Binary1011110010101010111000111000111001010111000000111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAE3; }

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

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

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

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

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

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

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

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