#BCABDE

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

Shades of Moon Raker #BCABDE

Tints of Moon Raker #BCABDE

Color information

#BCABDE (or 0xBCABDE) is unknown color: approx Moon Raker. HEX triplet: BC, AB and DE. RGB value is (188,171,222). Sum of RGB (Red+Green+Blue) = 188+171+222=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDE is #435421. Grayscale: #B5B5B5. Windows color (decimal): -4412450 or 14592956. OLE color: 14592956.

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

Color convert

RGB188171222-
CMYK0.150.2300.13
HSL260º43.59%77.06%-
HSV(B)260º22.97%87.06%-
XYZ48.4945.0975.26-
YUV181.9150.63132.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=32.36%
G=29.43%
B=38.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881712220.150.2300.1326043.5977.06
HexBCABDEF170D1042c4d
Octal274253336172701540454115
Binary101111001010101111011110111110111011011000001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABDE; }

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

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

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

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

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

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

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

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