#C4BAD0

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

Shades of Moon Raker #C4BAD0

Tints of Moon Raker #C4BAD0

Color information

#C4BAD0 (or 0xC4BAD0) is unknown color: approx Moon Raker. HEX triplet: C4, BA and D0. RGB value is (196,186,208). Sum of RGB (Red+Green+Blue) = 196+186+208=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAD0 is #3B452F. Grayscale: #BFBFBF. Windows color (decimal): -3884336 or 13679300. OLE color: 13679300.

HSL color Cylindrical-coordinate representation of color #C4BAD0: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BAD0 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196186208-
CMYK0.060.1100.18
HSL267.27º18.97%77.25%-
HSV(B)267.27º10.58%81.57%-
XYZ51.7151.4166.87-
YUV191.5137.31131.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=33.22%
G=31.53%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961862080.060.1100.18267.2718.9777.25
HexC4BAD06B01210b134d
Octal30427232061302241323115
Binary1100010010111010110100001101011010010100001011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAD0; }

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

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

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

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

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

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

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

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