#C9BDD6

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

Shades of Moon Raker #C9BDD6

Tints of Moon Raker #C9BDD6

Color information

#C9BDD6 (or 0xC9BDD6) is unknown color: approx Moon Raker. HEX triplet: C9, BD and D6. RGB value is (201,189,214). Sum of RGB (Red+Green+Blue) = 201+189+214=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDD6 is #364229. Grayscale: #C3C3C3. Windows color (decimal): -3555882 or 14073289. OLE color: 14073289.

HSL color Cylindrical-coordinate representation of color #C9BDD6: hue angle of 268.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BDD6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201189214-
CMYK0.060.1200.16
HSL268.8º23.36%79.02%-
HSV(B)268.8º11.68%83.92%-
XYZ54.4253.6771.11-
YUV195.44138.48131.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=33.28%
G=31.29%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011892140.060.1200.16268.823.3679.02
HexC9BDD66C01010d174f
Octal31127532661402041527117
Binary1100100110111101110101101101100010000100001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDD6; }

 p { color: rgb(201,189,214); }

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

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

 a { background-color: rgb(201,189,214); }

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

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

 span { border-color: rgb(201,189,214); }

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