#C7BAD9

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

Shades of Moon Raker #C7BAD9

Tints of Moon Raker #C7BAD9

Color information

#C7BAD9 (or 0xC7BAD9) is unknown color: approx Moon Raker. HEX triplet: C7, BA and D9. RGB value is (199,186,217). Sum of RGB (Red+Green+Blue) = 199+186+217=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #C7BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAD9 is #384526. Grayscale: #C1C1C1. Windows color (decimal): -3687719 or 14269127. OLE color: 14269127.

HSL color Cylindrical-coordinate representation of color #C7BAD9: hue angle of 265.16º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BAD9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199186217-
CMYK0.080.1400.15
HSL265.16º28.97%79.02%-
HSV(B)265.16º14.29%85.1%-
XYZ53.6452.2772.91-
YUV193.42141.31131.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.06%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=33.06%
G=30.90%
B=36.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991862170.080.1400.15265.1628.9779.02
HexC7BAD98E0F1091d4f
Octal307272331101601741135117
Binary1100011110111010110110011000111001111100001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAD9; }

 p { color: rgb(199,186,217); }

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

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

 a { background-color: rgb(199,186,217); }

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

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

 span { border-color: rgb(199,186,217); }

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