#C2BCCE

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

Shades of Moon Raker #C2BCCE

Tints of Moon Raker #C2BCCE

Color information

#C2BCCE (or 0xC2BCCE) is unknown color: approx Moon Raker. HEX triplet: C2, BC and CE. RGB value is (194,188,206). Sum of RGB (Red+Green+Blue) = 194+188+206=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCE is #3D4331. Grayscale: #BFBFBF. Windows color (decimal): -4014898 or 13548738. OLE color: 13548738.

HSL color Cylindrical-coordinate representation of color #C2BCCE: hue angle of 260º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BCCE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194188206-
CMYK0.060.0900.19
HSL260º15.52%77.25%-
HSV(B)260º8.74%80.78%-
XYZ51.3751.8965.7-
YUV191.85135.99129.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=32.99%
G=31.97%
B=35.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941882060.060.0900.1926015.5277.25
HexC2BCCE69013104104d
Octal30227431661102340420115
Binary1100001010111100110011101101001010011100000100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCCE; }

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

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

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

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

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

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

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

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