#BCA9DE

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

Shades of Moon Raker #BCA9DE

Tints of Moon Raker #BCA9DE

Color information

#BCA9DE (or 0xBCA9DE) is unknown color: approx Moon Raker. HEX triplet: BC, A9 and DE. RGB value is (188,169,222). Sum of RGB (Red+Green+Blue) = 188+169+222=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9DE is #435621. Grayscale: #B4B4B4. Windows color (decimal): -4412962 or 14592444. OLE color: 14592444.

HSL color Cylindrical-coordinate representation of color #BCA9DE: hue angle of 261.51º degrees, saturation: 0.45, 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 #BCA9DE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188169222-
CMYK0.150.2400.13
HSL261.51º44.54%76.67%-
HSV(B)261.51º23.87%87.06%-
XYZ48.1144.3475.13-
YUV180.72151.29133.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=32.47%
G=29.19%
B=38.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881692220.150.2400.13261.5144.5476.67
HexBCA9DEF180D1062d4d
Octal274251336173001540655115
Binary101111001010100111011110111111000011011000001101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9DE; }

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

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

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

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

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

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

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

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