#C8BAD8

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

Shades of Moon Raker #C8BAD8

Tints of Moon Raker #C8BAD8

Color information

#C8BAD8 (or 0xC8BAD8) is unknown color: approx Moon Raker. HEX triplet: C8, BA and D8. RGB value is (200,186,216). Sum of RGB (Red+Green+Blue) = 200+186+216=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAD8 is #374527. Grayscale: #C1C1C1. Windows color (decimal): -3622184 or 14203592. OLE color: 14203592.

HSL color Cylindrical-coordinate representation of color #C8BAD8: hue angle of 268º degrees, saturation: 0.28, 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 #C8BAD8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200186216-
CMYK0.070.1400.15
HSL268º27.78%78.82%-
HSV(B)268º13.89%84.71%-
XYZ53.7752.3672.24-
YUV193.61140.64132.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=33.22%
G=30.90%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001862160.070.1400.1526827.7878.82
HexC8BAD87E0F10c1c4f
Octal31027233071601741434117
Binary110010001011101011011000111111001111100001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAD8; }

 p { color: rgb(200,186,216); }

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

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

 a { background-color: rgb(200,186,216); }

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

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

 span { border-color: rgb(200,186,216); }

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