#C9BED4

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

Shades of Moon Raker #C9BED4

Tints of Moon Raker #C9BED4

Color information

#C9BED4 (or 0xC9BED4) is unknown color: approx Moon Raker. HEX triplet: C9, BE and D4. RGB value is (201,190,212). Sum of RGB (Red+Green+Blue) = 201+190+212=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #C9BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED4 is #36412B. Grayscale: #C3C3C3. Windows color (decimal): -3555628 or 13942473. OLE color: 13942473.

HSL color Cylindrical-coordinate representation of color #C9BED4: hue angle of 270º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BED4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201190212-
CMYK0.050.1000.17
HSL270º20.37%78.82%-
HSV(B)270º10.38%83.14%-
XYZ54.385469.84-
YUV195.8137.14131.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=33.33%
G=31.51%
B=35.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011902120.050.1000.1727020.3778.82
HexC9BED45A01110e144f
Octal31127632451202141624117
Binary1100100110111110110101001011010010001100001110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BED4; }

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

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

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

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

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

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

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

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