#C5BAD0

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

Shades of Moon Raker #C5BAD0

Tints of Moon Raker #C5BAD0

Color information

#C5BAD0 (or 0xC5BAD0) is unknown color: approx Moon Raker. HEX triplet: C5, BA and D0. RGB value is (197,186,208). Sum of RGB (Red+Green+Blue) = 197+186+208=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD0 is #3A452F. Grayscale: #BFBFBF. Windows color (decimal): -3818800 or 13679301. OLE color: 13679301.

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

Color convert

RGB197186208-
CMYK0.050.1100.18
HSL270º18.97%77.25%-
HSV(B)270º10.58%81.57%-
XYZ51.9751.5466.88-
YUV191.8137.14131.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=33.33%
G=31.47%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971862080.050.1100.1827018.9777.25
HexC5BAD05B01210e134d
Octal30527232051302241623115
Binary1100010110111010110100001011011010010100001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAD0; }

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

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

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

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

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

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

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

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