#C5BDCF

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

Shades of Moon Raker #C5BDCF

Tints of Moon Raker #C5BDCF

Color information

#C5BDCF (or 0xC5BDCF) is unknown color: approx Moon Raker. HEX triplet: C5, BD and CF. RGB value is (197,189,207). Sum of RGB (Red+Green+Blue) = 197+189+207=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCF is #3A4230. Grayscale: #C1C1C1. Windows color (decimal): -3818033 or 13614533. OLE color: 13614533.

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

Color convert

RGB197189207-
CMYK0.050.0900.19
HSL266.67º15.79%77.65%-
HSV(B)266.67º8.7%81.18%-
XYZ52.4952.7766.45-
YUV193.44135.65130.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=33.22%
G=31.87%
B=34.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971892070.050.0900.19266.6715.7977.65
HexC5BDCF5901310b104e
Octal30527531751102341320116
Binary1100010110111101110011111011001010011100001011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDCF; }

 p { color: rgb(197,189,207); }

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

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

 a { background-color: rgb(197,189,207); }

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

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

 span { border-color: rgb(197,189,207); }

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