#C5BFD0

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

Shades of Moon Raker #C5BFD0

Tints of Moon Raker #C5BFD0

Color information

#C5BFD0 (or 0xC5BFD0) is unknown color: approx Moon Raker. HEX triplet: C5, BF and D0. RGB value is (197,191,208). Sum of RGB (Red+Green+Blue) = 197+191+208=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFD0 is #3A402F. Grayscale: #C2C2C2. Windows color (decimal): -3817520 or 13680581. OLE color: 13680581.

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

Color convert

RGB197191208-
CMYK0.050.0800.18
HSL261.18º15.32%78.24%-
HSV(B)261.18º8.17%81.57%-
XYZ53.0453.6967.24-
YUV194.73135.49129.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=33.05%
G=32.05%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971912080.050.0800.18261.1815.3278.24
HexC5BFD058012105f4e
Octal30527732051002240517116
Binary110001011011111111010000101100001001010000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFD0; }

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

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

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

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

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

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

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

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