#C9BDD9

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

Shades of Moon Raker #C9BDD9

Tints of Moon Raker #C9BDD9

Color information

#C9BDD9 (or 0xC9BDD9) is unknown color: approx Moon Raker. HEX triplet: C9, BD and D9. RGB value is (201,189,217). Sum of RGB (Red+Green+Blue) = 201+189+217=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDD9 is #364226. Grayscale: #C3C3C3. Windows color (decimal): -3555879 or 14269897. OLE color: 14269897.

HSL color Cylindrical-coordinate representation of color #C9BDD9: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BDD9 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201189217-
CMYK0.070.1300.15
HSL265.71º26.92%79.61%-
HSV(B)265.71º12.9%85.1%-
XYZ54.8153.8273.15-
YUV195.78139.98131.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=33.11%
G=31.14%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011892170.070.1300.15265.7126.9279.61
HexC9BDD97D0F10a1b50
Octal31127533171501741233120
Binary110010011011110111011001111110101111100001010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDD9; }

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

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

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

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

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

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

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

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