#C4BAD6

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

Shades of Moon Raker #C4BAD6

Tints of Moon Raker #C4BAD6

Color information

#C4BAD6 (or 0xC4BAD6) is unknown color: approx Moon Raker. HEX triplet: C4, BA and D6. RGB value is (196,186,214). Sum of RGB (Red+Green+Blue) = 196+186+214=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAD6 is #3B4529. Grayscale: #C0C0C0. Windows color (decimal): -3884330 or 14072516. OLE color: 14072516.

HSL color Cylindrical-coordinate representation of color #C4BAD6: hue angle of 261.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BAD6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196186214-
CMYK0.080.1300.16
HSL261.43º25.45%78.43%-
HSV(B)261.43º13.08%83.92%-
XYZ52.4651.7170.83-
YUV192.18140.31130.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.89%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 214 (83.98% from 255) = 35.91%
R=32.89%
G=31.21%
B=35.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961862140.080.1300.16261.4325.4578.43
HexC4BAD68D010105194e
Octal304272326101502040531116
Binary11000100101110101101011010001101010000100000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAD6; }

 p { color: rgb(196,186,214); }

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

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

 a { background-color: rgb(196,186,214); }

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

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

 span { border-color: rgb(196,186,214); }

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