#BCAAD9

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

Shades of Moon Raker #BCAAD9

Tints of Moon Raker #BCAAD9

Color information

#BCAAD9 (or 0xBCAAD9) is unknown color: approx Moon Raker. HEX triplet: BC, AA and D9. RGB value is (188,170,217). Sum of RGB (Red+Green+Blue) = 188+170+217=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCAAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAD9 is #435526. Grayscale: #B4B4B4. Windows color (decimal): -4412711 or 14265020. OLE color: 14265020.

HSL color Cylindrical-coordinate representation of color #BCAAD9: hue angle of 262.98º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCAAD9 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188170217-
CMYK0.130.2200.15
HSL262.98º38.21%75.88%-
HSV(B)262.98º21.66%85.1%-
XYZ47.6444.4571.71-
YUV180.74148.46133.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=32.70%
G=29.57%
B=37.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881702170.130.2200.15262.9838.2175.88
HexBCAAD9D160F107264c
Octal274252331152601740746114
Binary101111001010101011011001110110110011111000001111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAD9; }

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

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

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

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

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

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

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

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