#C4BCD3

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

Shades of Moon Raker #C4BCD3

Tints of Moon Raker #C4BCD3

Color information

#C4BCD3 (or 0xC4BCD3) is unknown color: approx Moon Raker. HEX triplet: C4, BC and D3. RGB value is (196,188,211). Sum of RGB (Red+Green+Blue) = 196+188+211=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCD3 is #3B432C. Grayscale: #C0C0C0. Windows color (decimal): -3883821 or 13876420. OLE color: 13876420.

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

Color convert

RGB196188211-
CMYK0.070.1100.17
HSL260.87º20.72%78.24%-
HSV(B)260.87º10.9%82.75%-
XYZ52.5152.4168.98-
YUV193.01138.15130.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.94%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 211 (82.81% from 255) = 35.46%
R=32.94%
G=31.60%
B=35.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961882110.070.1100.17260.8720.7278.24
HexC4BCD37B011105154e
Octal30427432371302140525116
Binary1100010010111100110100111111011010001100000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCD3; }

 p { color: rgb(196,188,211); }

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

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

 a { background-color: rgb(196,188,211); }

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

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

 span { border-color: rgb(196,188,211); }

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