#C1BACD

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

Shades of Moon Raker #C1BACD

Tints of Moon Raker #C1BACD

Color information

#C1BACD (or 0xC1BACD) is unknown color: approx Moon Raker. HEX triplet: C1, BA and CD. RGB value is (193,186,205). Sum of RGB (Red+Green+Blue) = 193+186+205=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BACD is #3E4532. Grayscale: #BEBEBE. Windows color (decimal): -4080947 or 13482689. OLE color: 13482689.

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

Color convert

RGB193186205-
CMYK0.060.0900.20
HSL262.11º15.97%76.67%-
HSV(B)262.11º9.27%80.39%-
XYZ50.5750.8664.91-
YUV190.26136.32129.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=33.05%
G=31.85%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931862050.060.0900.20262.1115.9776.67
HexC1BACD69014106104d
Octal30127231561102440620115
Binary1100000110111010110011011101001010100100000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BACD; }

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

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

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

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

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

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

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

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