#BCABDC

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

Shades of Moon Raker #BCABDC

Tints of Moon Raker #BCABDC

Color information

#BCABDC (or 0xBCABDC) is unknown color: approx Moon Raker. HEX triplet: BC, AB and DC. RGB value is (188,171,220). Sum of RGB (Red+Green+Blue) = 188+171+220=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDC is #435423. Grayscale: #B5B5B5. Windows color (decimal): -4412452 or 14461884. OLE color: 14461884.

HSL color Cylindrical-coordinate representation of color #BCABDC: hue angle of 260.82º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCABDC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188171220-
CMYK0.150.2200.14
HSL260.82º41.18%76.67%-
HSV(B)260.82º22.27%86.27%-
XYZ48.2244.9873.85-
YUV181.67149.63132.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=32.47%
G=29.53%
B=38.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881712200.150.2200.14260.8241.1876.67
HexBCABDCF160E105294d
Octal274253334172601640551115
Binary101111001010101111011100111110110011101000001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABDC; }

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

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

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

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

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

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

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

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