#C3BCCD

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

Shades of Moon Raker #C3BCCD

Tints of Moon Raker #C3BCCD

Color information

#C3BCCD (or 0xC3BCCD) is unknown color: approx Moon Raker. HEX triplet: C3, BC and CD. RGB value is (195,188,205). Sum of RGB (Red+Green+Blue) = 195+188+205=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCD is #3C4332. Grayscale: #BFBFBF. Windows color (decimal): -3949363 or 13483203. OLE color: 13483203.

HSL color Cylindrical-coordinate representation of color #C3BCCD: hue angle of 264.71º degrees, saturation: 0.15, 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 #C3BCCD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195188205-
CMYK0.050.0800.20
HSL264.71º14.53%77.06%-
HSV(B)264.71º8.29%80.39%-
XYZ51.5151.9865.08-
YUV192.03135.32130.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=33.16%
G=31.97%
B=34.86%

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
Decimal1951882050.050.0800.20264.7114.5377.06
HexC3BCCD58014109f4d
Octal30327431551002441117115
Binary110000111011110011001101101100001010010000100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCCD; }

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

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

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

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

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

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

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

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