#BCB0D1

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

Shades of Moon Raker #BCB0D1

Tints of Moon Raker #BCB0D1

Color information

#BCB0D1 (or 0xBCB0D1) is unknown color: approx Moon Raker. HEX triplet: BC, B0 and D1. RGB value is (188,176,209). Sum of RGB (Red+Green+Blue) = 188+176+209=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0D1 is #434F2E. Grayscale: #B7B7B7. Windows color (decimal): -4411183 or 13742268. OLE color: 13742268.

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

Color convert

RGB188176209-
CMYK0.100.1600.18
HSL261.82º26.4%75.49%-
HSV(B)261.82º15.79%81.96%-
XYZ47.7746.3566.75-
YUV183.35142.48131.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=32.81%
G=30.72%
B=36.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881762090.100.1600.18261.8226.475.49
HexBCB0D1A100121061a4b
Octal274260321122002240632113
Binary101111001011000011010001101010000010010100000110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0D1; }

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

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

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

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

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

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

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

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