#BCABD9

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

Shades of Moon Raker #BCABD9

Tints of Moon Raker #BCABD9

Color information

#BCABD9 (or 0xBCABD9) is unknown color: approx Moon Raker. HEX triplet: BC, AB and D9. RGB value is (188,171,217). Sum of RGB (Red+Green+Blue) = 188+171+217=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD9 is #435426. Grayscale: #B5B5B5. Windows color (decimal): -4412455 or 14265276. OLE color: 14265276.

HSL color Cylindrical-coordinate representation of color #BCABD9: hue angle of 262.17º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCABD9 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188171217-
CMYK0.130.2100.15
HSL262.17º37.7%76.08%-
HSV(B)262.17º21.2%85.1%-
XYZ47.8344.8371.78-
YUV181.33148.13132.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=32.64%
G=29.69%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881712170.130.2100.15262.1737.776.08
HexBCABD9D150F106264c
Octal274253331152501740646114
Binary101111001010101111011001110110101011111000001101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABD9; }

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

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

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

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

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

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

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

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