#C7BAD6

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

Shades of Moon Raker #C7BAD6

Tints of Moon Raker #C7BAD6

Color information

#C7BAD6 (or 0xC7BAD6) is unknown color: approx Moon Raker. HEX triplet: C7, BA and D6. RGB value is (199,186,214). Sum of RGB (Red+Green+Blue) = 199+186+214=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAD6 is #384529. Grayscale: #C0C0C0. Windows color (decimal): -3687722 or 14072519. OLE color: 14072519.

HSL color Cylindrical-coordinate representation of color #C7BAD6: hue angle of 267.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BAD6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199186214-
CMYK0.070.1300.16
HSL267.86º25.45%78.43%-
HSV(B)267.86º13.08%83.92%-
XYZ53.2552.1170.87-
YUV193.08139.81132.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=33.22%
G=31.05%
B=35.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991862140.070.1300.16267.8625.4578.43
HexC7BAD67D01010c194e
Octal30727232671502041431116
Binary1100011110111010110101101111101010000100001100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAD6; }

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

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

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

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

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

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

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

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