#C2BCCD

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

Shades of Moon Raker #C2BCCD

Tints of Moon Raker #C2BCCD

Color information

#C2BCCD (or 0xC2BCCD) is unknown color: approx Moon Raker. HEX triplet: C2, BC and CD. RGB value is (194,188,205). Sum of RGB (Red+Green+Blue) = 194+188+205=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCD is #3D4332. Grayscale: #BFBFBF. Windows color (decimal): -4014899 or 13483202. OLE color: 13483202.

HSL color Cylindrical-coordinate representation of color #C2BCCD: hue angle of 261.18º degrees, saturation: 0.15, 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 #C2BCCD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194188205-
CMYK0.050.0800.20
HSL261.18º14.53%77.06%-
HSV(B)261.18º8.29%80.39%-
XYZ51.2551.8465.06-
YUV191.73135.49129.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=33.05%
G=32.03%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941882050.050.0800.20261.1814.5377.06
HexC2BCCD58014105f4d
Octal30227431551002440517115
Binary110000101011110011001101101100001010010000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCCD; }

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

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

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

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

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

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

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

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