#BCABDA

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

Shades of Moon Raker #BCABDA

Tints of Moon Raker #BCABDA

Color information

#BCABDA (or 0xBCABDA) is unknown color: approx Moon Raker. HEX triplet: BC, AB and DA. RGB value is (188,171,218). Sum of RGB (Red+Green+Blue) = 188+171+218=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDA is #435425. Grayscale: #B5B5B5. Windows color (decimal): -4412454 or 14330812. OLE color: 14330812.

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

Color convert

RGB188171218-
CMYK0.140.2200.15
HSL261.7º38.84%76.27%-
HSV(B)261.7º21.56%85.49%-
XYZ47.9644.8872.46-
YUV181.44148.63132.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=32.58%
G=29.64%
B=37.78%

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
Decimal1881712180.140.2200.15261.738.8476.27
HexBCABDAE160F106274c
Octal274253332162601740647114
Binary101111001010101111011010111010110011111000001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABDA; }

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

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

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

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

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

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

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

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