#C9BED5

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

Shades of Moon Raker #C9BED5

Tints of Moon Raker #C9BED5

Color information

#C9BED5 (or 0xC9BED5) is unknown color: approx Moon Raker. HEX triplet: C9, BE and D5. RGB value is (201,190,213). Sum of RGB (Red+Green+Blue) = 201+190+213=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED5 is #36412A. Grayscale: #C3C3C3. Windows color (decimal): -3555627 or 14008009. OLE color: 14008009.

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

Color convert

RGB201190213-
CMYK0.060.1100.16
HSL268.7º21.5%79.02%-
HSV(B)268.7º10.8%83.53%-
XYZ54.5154.0570.51-
YUV195.91137.64131.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=33.28%
G=31.46%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011902130.060.1100.16268.721.579.02
HexC9BED56B01010d154f
Octal31127632561302041525117
Binary1100100110111110110101011101011010000100001101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BED5; }

 p { color: rgb(201,190,213); }

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

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

 a { background-color: rgb(201,190,213); }

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

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

 span { border-color: rgb(201,190,213); }

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