#BCA9DA

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

Shades of Moon Raker #BCA9DA

Tints of Moon Raker #BCA9DA

Color information

#BCA9DA (or 0xBCA9DA) is unknown color: approx Moon Raker. HEX triplet: BC, A9 and DA. RGB value is (188,169,218). Sum of RGB (Red+Green+Blue) = 188+169+218=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9DA is #435625. Grayscale: #B4B4B4. Windows color (decimal): -4412966 or 14330300. OLE color: 14330300.

HSL color Cylindrical-coordinate representation of color #BCA9DA: hue angle of 263.27º degrees, saturation: 0.4, 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 #BCA9DA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188169218-
CMYK0.140.2200.15
HSL263.27º39.84%75.88%-
HSV(B)263.27º22.48%85.49%-
XYZ47.5844.1372.34-
YUV180.27149.29133.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=32.70%
G=29.39%
B=37.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881692180.140.2200.15263.2739.8475.88
HexBCA9DAE160F107284c
Octal274251332162601740750114
Binary101111001010100111011010111010110011111000001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9DA; }

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

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

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

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

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

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

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

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