#BCAAD5

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

Shades of Moon Raker #BCAAD5

Tints of Moon Raker #BCAAD5

Color information

#BCAAD5 (or 0xBCAAD5) is unknown color: approx Moon Raker. HEX triplet: BC, AA and D5. RGB value is (188,170,213). Sum of RGB (Red+Green+Blue) = 188+170+213=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAD5 is #43552A. Grayscale: #B4B4B4. Windows color (decimal): -4412715 or 14002876. OLE color: 14002876.

HSL color Cylindrical-coordinate representation of color #BCAAD5: hue angle of 265.12º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAAD5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188170213-
CMYK0.120.2000.16
HSL265.12º33.86%75.1%-
HSV(B)265.12º20.19%83.53%-
XYZ47.1244.2469.01-
YUV180.28146.46133.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=32.92%
G=29.77%
B=37.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881702130.120.2000.16265.1233.8675.1
HexBCAAD5C14010109224b
Octal274252325142402041142113
Binary1011110010101010110101011100101000100001000010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAD5; }

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

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

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

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

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

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

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

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