#C5BAD4

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

Shades of Moon Raker #C5BAD4

Tints of Moon Raker #C5BAD4

Color information

#C5BAD4 (or 0xC5BAD4) is unknown color: approx Moon Raker. HEX triplet: C5, BA and D4. RGB value is (197,186,212). Sum of RGB (Red+Green+Blue) = 197+186+212=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD4 is #3A452B. Grayscale: #C0C0C0. Windows color (decimal): -3818796 or 13941445. OLE color: 13941445.

HSL color Cylindrical-coordinate representation of color #C5BAD4: hue angle of 265.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BAD4 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197186212-
CMYK0.070.1200.17
HSL265.38º23.21%78.04%-
HSV(B)265.38º12.26%83.14%-
XYZ52.4751.7469.51-
YUV192.25139.14131.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=33.11%
G=31.26%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971862120.070.1200.17265.3823.2178.04
HexC5BAD47C011109174e
Octal30527232471402141127116
Binary1100010110111010110101001111100010001100001001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAD4; }

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

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

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

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

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

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

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

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