#C4BDCE

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

Shades of Moon Raker #C4BDCE

Tints of Moon Raker #C4BDCE

Color information

#C4BDCE (or 0xC4BDCE) is unknown color: approx Moon Raker. HEX triplet: C4, BD and CE. RGB value is (196,189,206). Sum of RGB (Red+Green+Blue) = 196+189+206=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCE is #3B4231. Grayscale: #C0C0C0. Windows color (decimal): -3883570 or 13548996. OLE color: 13548996.

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

Color convert

RGB196189206-
CMYK0.050.0800.19
HSL264.71º14.78%77.45%-
HSV(B)264.71º8.25%80.78%-
XYZ52.152.5965.8-
YUV193.03135.32130.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=33.16%
G=31.98%
B=34.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961892060.050.0800.19264.7114.7877.45
HexC4BDCE58013109f4d
Octal30427531651002341117115
Binary110001001011110111001110101100001001110000100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDCE; }

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

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

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

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

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

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

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

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