#C5BDD1

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

Shades of Moon Raker #C5BDD1

Tints of Moon Raker #C5BDD1

Color information

#C5BDD1 (or 0xC5BDD1) is unknown color: approx Moon Raker. HEX triplet: C5, BD and D1. RGB value is (197,189,209). Sum of RGB (Red+Green+Blue) = 197+189+209=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDD1 is #3A422E. Grayscale: #C1C1C1. Windows color (decimal): -3818031 or 13745605. OLE color: 13745605.

HSL color Cylindrical-coordinate representation of color #C5BDD1: hue angle of 264º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BDD1 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197189209-
CMYK0.060.1000.18
HSL264º17.86%78.04%-
HSV(B)264º9.57%81.96%-
XYZ52.7352.8767.75-
YUV193.67136.65130.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=33.11%
G=31.76%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971892090.060.1000.1826417.8678.04
HexC5BDD16A012108124e
Octal30527532161202241022116
Binary1100010110111101110100011101010010010100001000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDD1; }

 p { color: rgb(197,189,209); }

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

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

 a { background-color: rgb(197,189,209); }

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

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

 span { border-color: rgb(197,189,209); }

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