#C7BAD5

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

Shades of Moon Raker #C7BAD5

Tints of Moon Raker #C7BAD5

Color information

#C7BAD5 (or 0xC7BAD5) is unknown color: approx Moon Raker. HEX triplet: C7, BA and D5. RGB value is (199,186,213). Sum of RGB (Red+Green+Blue) = 199+186+213=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAD5 is #38452A. Grayscale: #C0C0C0. Windows color (decimal): -3687723 or 14006983. OLE color: 14006983.

HSL color Cylindrical-coordinate representation of color #C7BAD5: hue angle of 268.89º degrees, saturation: 0.24, 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 #C7BAD5 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199186213-
CMYK0.070.1300.16
HSL268.89º24.32%78.24%-
HSV(B)268.89º12.68%83.53%-
XYZ53.1252.0670.2-
YUV192.96139.31132.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=33.28%
G=31.10%
B=35.62%

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
Decimal1991862130.070.1300.16268.8924.3278.24
HexC7BAD57D01010d184e
Octal30727232571502041530116
Binary1100011110111010110101011111101010000100001101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAD5; }

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

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

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

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

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

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

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

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