#C5BACD

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

Shades of Prelude #C5BACD

Tints of Prelude #C5BACD

Color information

#C5BACD (or 0xC5BACD) is unknown color: approx Prelude. HEX triplet: C5, BA and CD. RGB value is (197,186,205). Sum of RGB (Red+Green+Blue) = 197+186+205=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACD is #3A4532. Grayscale: #BFBFBF. Windows color (decimal): -3818803 or 13482693. OLE color: 13482693.

HSL color Cylindrical-coordinate representation of color #C5BACD: hue angle of 274.74º 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 #C5BACD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197186205-
CMYK0.040.0900.20
HSL274.74º15.97%76.67%-
HSV(B)274.74º9.27%80.39%-
XYZ51.651.464.96-
YUV191.46135.64131.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=33.50%
G=31.63%
B=34.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971862050.040.0900.20274.7415.9776.67
HexC5BACD49014113104d
Octal30527231541102442320115
Binary1100010110111010110011011001001010100100010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BACD; }

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

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

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

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

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

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

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

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