#C5BAD2

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

Shades of Moon Raker #C5BAD2

Tints of Moon Raker #C5BAD2

Color information

#C5BAD2 (or 0xC5BAD2) is unknown color: approx Moon Raker. HEX triplet: C5, BA and D2. RGB value is (197,186,210). Sum of RGB (Red+Green+Blue) = 197+186+210=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD2 is #3A452D. Grayscale: #BFBFBF. Windows color (decimal): -3818798 or 13810373. OLE color: 13810373.

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

Color convert

RGB197186210-
CMYK0.060.1100.18
HSL267.5º21.05%77.65%-
HSV(B)267.5º11.43%82.35%-
XYZ52.2251.6468.19-
YUV192.02138.14131.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=33.22%
G=31.37%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971862100.060.1100.18267.521.0577.65
HexC5BAD26B01210c154e
Octal30527232261302241425116
Binary1100010110111010110100101101011010010100001100101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAD2; }

 p { color: rgb(197,186,210); }

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

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

 a { background-color: rgb(197,186,210); }

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

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

 span { border-color: rgb(197,186,210); }

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