#C5BED1

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

Shades of Moon Raker #C5BED1

Tints of Moon Raker #C5BED1

Color information

#C5BED1 (or 0xC5BED1) is unknown color: approx Moon Raker. HEX triplet: C5, BE and D1. RGB value is (197,190,209). Sum of RGB (Red+Green+Blue) = 197+190+209=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED1 is #3A412E. Grayscale: #C2C2C2. Windows color (decimal): -3817775 or 13745861. OLE color: 13745861.

HSL color Cylindrical-coordinate representation of color #C5BED1: hue angle of 262.11º degrees, saturation: 0.17, 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 #C5BED1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197190209-
CMYK0.060.0900.18
HSL262.11º17.12%78.24%-
HSV(B)262.11º9.09%81.96%-
XYZ52.9553.367.82-
YUV194.26136.32129.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=33.05%
G=31.88%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971902090.060.0900.18262.1117.1278.24
HexC5BED169012106114e
Octal30527632161102240621116
Binary1100010110111110110100011101001010010100000110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BED1; }

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

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

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

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

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

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

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

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