#C3BDCD

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

Shades of Moon Raker #C3BDCD

Tints of Moon Raker #C3BDCD

Color information

#C3BDCD (or 0xC3BDCD) is unknown color: approx Moon Raker. HEX triplet: C3, BD and CD. RGB value is (195,189,205). Sum of RGB (Red+Green+Blue) = 195+189+205=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCD is #3C4232. Grayscale: #C0C0C0. Windows color (decimal): -3949107 or 13483459. OLE color: 13483459.

HSL color Cylindrical-coordinate representation of color #C3BDCD: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BDCD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195189205-
CMYK0.050.0800.20
HSL262.5º13.79%77.25%-
HSV(B)262.5º7.8%80.39%-
XYZ51.7252.4165.15-
YUV192.62134.99129.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=33.11%
G=32.09%
B=34.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951892050.050.0800.20262.513.7977.25
HexC3BDCD58014106e4d
Octal30327531551002440616115
Binary110000111011110111001101101100001010010000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDCD; }

 p { color: rgb(195,189,205); }

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

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

 a { background-color: rgb(195,189,205); }

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

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

 span { border-color: rgb(195,189,205); }

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