#C2BACD

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

Shades of Moon Raker #C2BACD

Tints of Moon Raker #C2BACD

Color information

#C2BACD (or 0xC2BACD) is unknown color: approx Moon Raker. HEX triplet: C2, BA and CD. RGB value is (194,186,205). Sum of RGB (Red+Green+Blue) = 194+186+205=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BACD is #3D4532. Grayscale: #BEBEBE. Windows color (decimal): -4015411 or 13482690. OLE color: 13482690.

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

Color convert

RGB194186205-
CMYK0.050.0900.20
HSL265.26º15.97%76.67%-
HSV(B)265.26º9.27%80.39%-
XYZ50.8350.9964.92-
YUV190.56136.15130.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=33.16%
G=31.79%
B=35.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941862050.050.0900.20265.2615.9776.67
HexC2BACD59014109104d
Octal30227231551102441120115
Binary1100001010111010110011011011001010100100001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BACD; }

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

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

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

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

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

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

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

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