#C4BDCF

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

Shades of Moon Raker #C4BDCF

Tints of Moon Raker #C4BDCF

Color information

#C4BDCF (or 0xC4BDCF) is unknown color: approx Moon Raker. HEX triplet: C4, BD and CF. RGB value is (196,189,207). Sum of RGB (Red+Green+Blue) = 196+189+207=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCF is #3B4230. Grayscale: #C1C1C1. Windows color (decimal): -3883569 or 13614532. OLE color: 13614532.

HSL color Cylindrical-coordinate representation of color #C4BDCF: hue angle of 263.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BDCF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196189207-
CMYK0.050.0900.19
HSL263.33º15.79%77.65%-
HSV(B)263.33º8.7%81.18%-
XYZ52.2352.6466.44-
YUV193.14135.82130.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=33.11%
G=31.93%
B=34.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961892070.050.0900.19263.3315.7977.65
HexC4BDCF59013107104e
Octal30427531751102340720116
Binary1100010010111101110011111011001010011100000111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDCF; }

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

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

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

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

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

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

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

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