#C2BCCC

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

Shades of Moon Raker #C2BCCC

Tints of Moon Raker #C2BCCC

Color information

#C2BCCC (or 0xC2BCCC) is unknown color: approx Moon Raker. HEX triplet: C2, BC and CC. RGB value is (194,188,204). Sum of RGB (Red+Green+Blue) = 194+188+204=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCC is #3D4333. Grayscale: #BFBFBF. Windows color (decimal): -4014900 or 13417666. OLE color: 13417666.

HSL color Cylindrical-coordinate representation of color #C2BCCC: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BCCC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194188204-
CMYK0.050.0800.2
HSL262.5º13.56%76.86%-
HSV(B)262.5º7.84%80%-
XYZ51.1351.864.43-
YUV191.62134.99129.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=33.11%
G=32.08%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941882040.050.0800.2262.513.5676.86
HexC2BCCC58014106e4d
Octal30227431451002440616115
Binary110000101011110011001100101100001010010000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCCC; }

 p { color: rgb(194,188,204); }

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

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

 a { background-color: rgb(194,188,204); }

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

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

 span { border-color: rgb(194,188,204); }

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