#BCB1D6

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

Shades of Moon Raker #BCB1D6

Tints of Moon Raker #BCB1D6

Color information

#BCB1D6 (or 0xBCB1D6) is unknown color: approx Moon Raker. HEX triplet: BC, B1 and D6. RGB value is (188,177,214). Sum of RGB (Red+Green+Blue) = 188+177+214=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1D6 is #434E29. Grayscale: #B8B8B8. Windows color (decimal): -4410922 or 14070204. OLE color: 14070204.

HSL color Cylindrical-coordinate representation of color #BCB1D6: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB1D6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188177214-
CMYK0.120.1700.16
HSL257.84º31.09%76.67%-
HSV(B)257.84º17.29%83.92%-
XYZ48.646.9970.13-
YUV184.51144.64130.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=32.47%
G=30.57%
B=36.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881772140.120.1700.16257.8431.0976.67
HexBCB1D6C110101021f4d
Octal274261326142102040237115
Binary101111001011000111010110110010001010000100000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1D6; }

 p { color: rgb(188,177,214); }

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

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

 a { background-color: rgb(188,177,214); }

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

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

 span { border-color: rgb(188,177,214); }

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