#C5BACA

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

Shades of Prelude #C5BACA

Tints of Prelude #C5BACA

Color information

#C5BACA (or 0xC5BACA) is unknown color: approx Prelude. HEX triplet: C5, BA and CA. RGB value is (197,186,202). Sum of RGB (Red+Green+Blue) = 197+186+202=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACA is #3A4535. Grayscale: #BFBFBF. Windows color (decimal): -3818806 or 13286085. OLE color: 13286085.

HSL color Cylindrical-coordinate representation of color #C5BACA: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BACA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197186202-
CMYK0.020.0800.21
HSL281.25º13.11%76.08%-
HSV(B)281.25º7.92%79.22%-
XYZ51.2551.2563.07-
YUV191.11134.14132.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=33.68%
G=31.79%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971862020.020.0800.21281.2513.1176.08
HexC5BACA28015119d4c
Octal30527231221002543115114
Binary11000101101110101100101010100001010110001100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BACA; }

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

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

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

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

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

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

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

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