#C7BACD

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

Shades of Prelude #C7BACD

Tints of Prelude #C7BACD

Color information

#C7BACD (or 0xC7BACD) is unknown color: approx Prelude. HEX triplet: C7, BA and CD. RGB value is (199,186,205). Sum of RGB (Red+Green+Blue) = 199+186+205=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACD is #384532. Grayscale: #BFBFBF. Windows color (decimal): -3687731 or 13482695. OLE color: 13482695.

HSL color Cylindrical-coordinate representation of color #C7BACD: hue angle of 281.05º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BACD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199186205-
CMYK0.030.0900.20
HSL281.05º15.97%76.67%-
HSV(B)281.05º9.27%80.39%-
XYZ52.1351.6764.98-
YUV192.05135.31132.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=33.73%
G=31.53%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991862050.030.0900.20281.0515.9776.67
HexC7BACD39014119104d
Octal30727231531102443120115
Binary110001111011101011001101111001010100100011001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BACD; }

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

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

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

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

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

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

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

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