#C7BACE

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

Shades of Prelude #C7BACE

Tints of Prelude #C7BACE

Color information

#C7BACE (or 0xC7BACE) is unknown color: approx Prelude. HEX triplet: C7, BA and CE. RGB value is (199,186,206). Sum of RGB (Red+Green+Blue) = 199+186+206=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 186 (73.05% from 255 or 31.47% 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 #C7BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACE is #384531. Grayscale: #C0C0C0. Windows color (decimal): -3687730 or 13548231. OLE color: 13548231.

HSL color Cylindrical-coordinate representation of color #C7BACE: hue angle of 279º degrees, saturation: 0.17, 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 #C7BACE is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199186206-
CMYK0.030.1000.19
HSL279º16.95%76.86%-
HSV(B)279º9.71%80.78%-
XYZ52.2551.7265.62-
YUV192.17135.81132.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=33.67%
G=31.47%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991862060.030.1000.1927916.9576.86
HexC7BACE3A013117114d
Octal30727231631202342721115
Binary110001111011101011001110111010010011100010111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BACE; }

 p { color: rgb(199,186,206); }

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

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

 a { background-color: rgb(199,186,206); }

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

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

 span { border-color: rgb(199,186,206); }

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