#C4BACF

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

Shades of Moon Raker #C4BACF

Tints of Moon Raker #C4BACF

Color information

#C4BACF (or 0xC4BACF) is unknown color: approx Moon Raker. HEX triplet: C4, BA and CF. RGB value is (196,186,207). Sum of RGB (Red+Green+Blue) = 196+186+207=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BACF is #3B4530. Grayscale: #BFBFBF. Windows color (decimal): -3884337 or 13613764. OLE color: 13613764.

HSL color Cylindrical-coordinate representation of color #C4BACF: hue angle of 268.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4BACF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196186207-
CMYK0.050.1000.19
HSL268.57º17.95%77.06%-
HSV(B)268.57º10.14%81.18%-
XYZ51.5951.3666.23-
YUV191.38136.81131.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=33.28%
G=31.58%
B=35.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961862070.050.1000.19268.5717.9577.06
HexC4BACF5A01310d124d
Octal30427231751202341522115
Binary1100010010111010110011111011010010011100001101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BACF; }

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

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

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

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

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

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

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

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