#C3BDCE

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

Shades of Moon Raker #C3BDCE

Tints of Moon Raker #C3BDCE

Color information

#C3BDCE (or 0xC3BDCE) is unknown color: approx Moon Raker. HEX triplet: C3, BD and CE. RGB value is (195,189,206). Sum of RGB (Red+Green+Blue) = 195+189+206=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCE is #3C4231. Grayscale: #C0C0C0. Windows color (decimal): -3949106 or 13548995. OLE color: 13548995.

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

Color convert

RGB195189206-
CMYK0.050.0800.19
HSL261.18º14.78%77.45%-
HSV(B)261.18º8.25%80.78%-
XYZ51.8452.4565.78-
YUV192.73135.49129.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=33.05%
G=32.03%
B=34.92%

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
Decimal1951892060.050.0800.19261.1814.7877.45
HexC3BDCE58013105f4d
Octal30327531651002340517115
Binary110000111011110111001110101100001001110000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDCE; }

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

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

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

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

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

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

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

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