#C3BAD4

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

Shades of Moon Raker #C3BAD4

Tints of Moon Raker #C3BAD4

Color information

#C3BAD4 (or 0xC3BAD4) is unknown color: approx Moon Raker. HEX triplet: C3, BA and D4. RGB value is (195,186,212). Sum of RGB (Red+Green+Blue) = 195+186+212=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #C3BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD4 is #3C452B. Grayscale: #BFBFBF. Windows color (decimal): -3949868 or 13941443. OLE color: 13941443.

HSL color Cylindrical-coordinate representation of color #C3BAD4: hue angle of 260.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3BAD4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195186212-
CMYK0.080.1200.17
HSL260.77º23.21%78.04%-
HSV(B)260.77º12.26%83.14%-
XYZ51.9551.4769.48-
YUV191.66139.48130.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=32.88%
G=31.37%
B=35.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951862120.080.1200.17260.7723.2178.04
HexC3BAD48C011105174e
Octal303272324101402140527116
Binary11000011101110101101010010001100010001100000101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAD4; }

 p { color: rgb(195,186,212); }

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

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

 a { background-color: rgb(195,186,212); }

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

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

 span { border-color: rgb(195,186,212); }

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