#C4BAD4

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

Shades of Moon Raker #C4BAD4

Tints of Moon Raker #C4BAD4

Color information

#C4BAD4 (or 0xC4BAD4) is unknown color: approx Moon Raker. HEX triplet: C4, BA and D4. RGB value is (196,186,212). Sum of RGB (Red+Green+Blue) = 196+186+212=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAD4 is #3B452B. Grayscale: #BFBFBF. Windows color (decimal): -3884332 or 13941444. OLE color: 13941444.

HSL color Cylindrical-coordinate representation of color #C4BAD4: hue angle of 263.08º 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 #C4BAD4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196186212-
CMYK0.080.1200.17
HSL263.08º23.21%78.04%-
HSV(B)263.08º12.26%83.14%-
XYZ52.2151.6169.5-
YUV191.95139.31130.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=33.00%
G=31.31%
B=35.69%

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
Decimal1961862120.080.1200.17263.0823.2178.04
HexC4BAD48C011107174e
Octal304272324101402140727116
Binary11000100101110101101010010001100010001100000111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAD4; }

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

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

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

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

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

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

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

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