#BCA9DF

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

Shades of Moon Raker #BCA9DF

Tints of Moon Raker #BCA9DF

Color information

#BCA9DF (or 0xBCA9DF) is unknown color: approx Moon Raker. HEX triplet: BC, A9 and DF. RGB value is (188,169,223). Sum of RGB (Red+Green+Blue) = 188+169+223=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9DF is #435620. Grayscale: #B4B4B4. Windows color (decimal): -4412961 or 14657980. OLE color: 14657980.

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

Color convert

RGB188169223-
CMYK0.160.2400.13
HSL261.11º45.76%76.86%-
HSV(B)261.11º24.22%87.45%-
XYZ48.2544.475.84-
YUV180.84151.79133.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=32.41%
G=29.14%
B=38.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881692230.160.2400.13261.1145.7676.86
HexBCA9DF10180D1052e4d
Octal274251337203001540556115
Binary1011110010101001110111111000011000011011000001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9DF; }

 p { color: rgb(188,169,223); }

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

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

 a { background-color: rgb(188,169,223); }

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

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

 span { border-color: rgb(188,169,223); }

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