#C5BECF

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

Shades of Moon Raker #C5BECF

Tints of Moon Raker #C5BECF

Color information

#C5BECF (or 0xC5BECF) is unknown color: approx Moon Raker. HEX triplet: C5, BE and CF. RGB value is (197,190,207). Sum of RGB (Red+Green+Blue) = 197+190+207=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECF is #3A4130. Grayscale: #C1C1C1. Windows color (decimal): -3817777 or 13614789. OLE color: 13614789.

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

Color convert

RGB197190207-
CMYK0.050.0800.19
HSL264.71º15.04%77.84%-
HSV(B)264.71º8.21%81.18%-
XYZ52.753.266.52-
YUV194.03135.32130.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=33.16%
G=31.99%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971902070.050.0800.19264.7115.0477.84
HexC5BECF58013109f4e
Octal30527631751002341117116
Binary110001011011111011001111101100001001110000100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BECF; }

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

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

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

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

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

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

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

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