#C5BED0

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

Shades of Moon Raker #C5BED0

Tints of Moon Raker #C5BED0

Color information

#C5BED0 (or 0xC5BED0) is unknown color: approx Moon Raker. HEX triplet: C5, BE and D0. RGB value is (197,190,208). Sum of RGB (Red+Green+Blue) = 197+190+208=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED0 is #3A412F. Grayscale: #C2C2C2. Windows color (decimal): -3817776 or 13680325. OLE color: 13680325.

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

Color convert

RGB197190208-
CMYK0.050.0900.18
HSL263.33º16.07%78.04%-
HSV(B)263.33º8.65%81.57%-
XYZ52.8253.2567.17-
YUV194.14135.82130.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=33.11%
G=31.93%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971902080.050.0900.18263.3316.0778.04
HexC5BED059012107104e
Octal30527632051102240720116
Binary1100010110111110110100001011001010010100000111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BED0; }

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

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

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

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

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

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

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

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