#C5BCD2

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

Shades of Moon Raker #C5BCD2

Tints of Moon Raker #C5BCD2

Color information

#C5BCD2 (or 0xC5BCD2) is unknown color: approx Moon Raker. HEX triplet: C5, BC and D2. RGB value is (197,188,210). Sum of RGB (Red+Green+Blue) = 197+188+210=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCD2 is #3A432D. Grayscale: #C1C1C1. Windows color (decimal): -3818286 or 13810885. OLE color: 13810885.

HSL color Cylindrical-coordinate representation of color #C5BCD2: hue angle of 264.55º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BCD2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197188210-
CMYK0.060.1000.18
HSL264.55º19.64%78.04%-
HSV(B)264.55º10.48%82.35%-
XYZ52.6452.4968.33-
YUV193.2137.48130.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=33.11%
G=31.60%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971882100.060.1000.18264.5519.6478.04
HexC5BCD26A012109144e
Octal30527432261202241124116
Binary1100010110111100110100101101010010010100001001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCD2; }

 p { color: rgb(197,188,210); }

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

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

 a { background-color: rgb(197,188,210); }

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

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

 span { border-color: rgb(197,188,210); }

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