#C1BACE

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

Shades of Moon Raker #C1BACE

Tints of Moon Raker #C1BACE

Color information

#C1BACE (or 0xC1BACE) is unknown color: approx Moon Raker. HEX triplet: C1, BA and CE. RGB value is (193,186,206). Sum of RGB (Red+Green+Blue) = 193+186+206=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACE is #3E4531. Grayscale: #BEBEBE. Windows color (decimal): -4080946 or 13548225. OLE color: 13548225.

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

Color convert

RGB193186206-
CMYK0.060.1000.19
HSL261º16.95%76.86%-
HSV(B)261º9.71%80.78%-
XYZ50.6950.9165.55-
YUV190.37136.82129.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=32.99%
G=31.79%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931862060.060.1000.1926116.9576.86
HexC1BACE6A013105114d
Octal30127231661202340521115
Binary1100000110111010110011101101010010011100000101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BACE; }

 p { color: rgb(193,186,206); }

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

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

 a { background-color: rgb(193,186,206); }

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

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

 span { border-color: rgb(193,186,206); }

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