#C1BAD0

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

Shades of Moon Raker #C1BAD0

Tints of Moon Raker #C1BAD0

Color information

#C1BAD0 (or 0xC1BAD0) is unknown color: approx Moon Raker. HEX triplet: C1, BA and D0. RGB value is (193,186,208). Sum of RGB (Red+Green+Blue) = 193+186+208=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAD0 is #3E452F. Grayscale: #BEBEBE. Windows color (decimal): -4080944 or 13679297. OLE color: 13679297.

HSL color Cylindrical-coordinate representation of color #C1BAD0: hue angle of 259.09º 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 #C1BAD0 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193186208-
CMYK0.070.1100.18
HSL259.09º18.97%77.25%-
HSV(B)259.09º10.58%81.57%-
XYZ50.9451.0166.84-
YUV190.6137.82129.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=32.88%
G=31.69%
B=35.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931862080.070.1100.18259.0918.9777.25
HexC1BAD07B012103134d
Octal30127232071302240323115
Binary1100000110111010110100001111011010010100000011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAD0; }

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

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

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

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

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

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

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

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