#BCABD1

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

Shades of Moon Raker #BCABD1

Tints of Moon Raker #BCABD1

Color information

#BCABD1 (or 0xBCABD1) is unknown color: approx Moon Raker. HEX triplet: BC, AB and D1. RGB value is (188,171,209). Sum of RGB (Red+Green+Blue) = 188+171+209=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD1 is #43542E. Grayscale: #B4B4B4. Windows color (decimal): -4412463 or 13740988. OLE color: 13740988.

HSL color Cylindrical-coordinate representation of color #BCABD1: hue angle of 266.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCABD1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188171209-
CMYK0.100.1800.18
HSL266.84º29.23%74.51%-
HSV(B)266.84º18.18%81.96%-
XYZ46.8144.4266.43-
YUV180.42144.13133.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=33.10%
G=30.11%
B=36.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881712090.100.1800.18266.8429.2374.51
HexBCABD1A1201210b1d4b
Octal274253321122202241335113
Binary101111001010101111010001101010010010010100001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABD1; }

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

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

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

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

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

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

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

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