#BCB3D1

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

Shades of Moon Raker #BCB3D1

Tints of Moon Raker #BCB3D1

Color information

#BCB3D1 (or 0xBCB3D1) is unknown color: approx Moon Raker. HEX triplet: BC, B3 and D1. RGB value is (188,179,209). Sum of RGB (Red+Green+Blue) = 188+179+209=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCB3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3D1 is #434C2E. Grayscale: #B9B9B9. Windows color (decimal): -4410415 or 13743036. OLE color: 13743036.

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

Color convert

RGB188179209-
CMYK0.100.1400.18
HSL258º24.59%76.08%-
HSV(B)258º14.35%81.96%-
XYZ48.3747.5466.95-
YUV185.11141.48130.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=32.64%
G=31.08%
B=36.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881792090.100.1400.1825824.5976.08
HexBCB3D1AE012102194c
Octal274263321121602240231114
Binary10111100101100111101000110101110010010100000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3D1; }

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

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

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

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

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

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

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

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