#C9BAD9

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

Shades of Moon Raker #C9BAD9

Tints of Moon Raker #C9BAD9

Color information

#C9BAD9 (or 0xC9BAD9) is unknown color: approx Moon Raker. HEX triplet: C9, BA and D9. RGB value is (201,186,217). Sum of RGB (Red+Green+Blue) = 201+186+217=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD9 is #364526. Grayscale: #C1C1C1. Windows color (decimal): -3556647 or 14269129. OLE color: 14269129.

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

Color convert

RGB201186217-
CMYK0.070.1400.15
HSL269.03º28.97%79.02%-
HSV(B)269.03º14.29%85.1%-
XYZ54.1752.5572.93-
YUV194.02140.97132.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=33.28%
G=30.79%
B=35.93%

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
Decimal2011862170.070.1400.15269.0328.9779.02
HexC9BAD97E0F10d1d4f
Octal31127233171601741535117
Binary110010011011101011011001111111001111100001101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAD9; }

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

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

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

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

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

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

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

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