#C3BECC

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

Shades of Moon Raker #C3BECC

Tints of Moon Raker #C3BECC

Color information

#C3BECC (or 0xC3BECC) is unknown color: approx Moon Raker. HEX triplet: C3, BE and CC. RGB value is (195,190,204). Sum of RGB (Red+Green+Blue) = 195+190+204=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BECC is #3C4133. Grayscale: #C1C1C1. Windows color (decimal): -3948852 or 13418179. OLE color: 13418179.

HSL color Cylindrical-coordinate representation of color #C3BECC: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BECC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195190204-
CMYK0.040.0700.2
HSL261.43º12.07%77.25%-
HSV(B)261.43º6.86%80%-
XYZ51.8252.7964.58-
YUV193.09134.16129.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=33.11%
G=32.26%
B=34.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951902040.040.0700.2261.4312.0777.25
HexC3BECC47014105c4d
Octal3032763144702440514115
Binary11000011101111101100110010011101010010000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BECC; }

 p { color: rgb(195,190,204); }

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

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

 a { background-color: rgb(195,190,204); }

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

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

 span { border-color: rgb(195,190,204); }

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