#BCB2CD

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

Shades of Moon Raker #BCB2CD

Tints of Moon Raker #BCB2CD

Color information

#BCB2CD (or 0xBCB2CD) is unknown color: approx Moon Raker. HEX triplet: BC, B2 and CD. RGB value is (188,178,205). Sum of RGB (Red+Green+Blue) = 188+178+205=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CD is #434D32. Grayscale: #B7B7B7. Windows color (decimal): -4410675 or 13480636. OLE color: 13480636.

HSL color Cylindrical-coordinate representation of color #BCB2CD: hue angle of 262.22º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB2CD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188178205-
CMYK0.080.1300.20
HSL262.22º21.26%75.1%-
HSV(B)262.22º13.17%80.39%-
XYZ47.6846.9464.3-
YUV184.07139.81130.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=32.92%
G=31.17%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881782050.080.1300.20262.2221.2675.1
HexBCB2CD8D014106154b
Octal274262315101502440625113
Binary10111100101100101100110110001101010100100000110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2CD; }

 p { color: rgb(188,178,205); }

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

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

 a { background-color: rgb(188,178,205); }

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

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

 span { border-color: rgb(188,178,205); }

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