#BCA8DF

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

Shades of Moon Raker #BCA8DF

Tints of Moon Raker #BCA8DF

Color information

#BCA8DF (or 0xBCA8DF) is unknown color: approx Moon Raker. HEX triplet: BC, A8 and DF. RGB value is (188,168,223). Sum of RGB (Red+Green+Blue) = 188+168+223=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DF is #435720. Grayscale: #B4B4B4. Windows color (decimal): -4413217 or 14657724. OLE color: 14657724.

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

Color convert

RGB188168223-
CMYK0.160.2500.13
HSL261.82º46.22%76.67%-
HSV(B)261.82º24.66%87.45%-
XYZ48.0644.0275.78-
YUV180.25152.13133.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=32.47%
G=29.02%
B=38.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881682230.160.2500.13261.8246.2276.67
HexBCA8DF10190D1062e4d
Octal274250337203101540656115
Binary1011110010101000110111111000011001011011000001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8DF; }

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

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

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

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

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

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

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

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