#C5BACC

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

Shades of Prelude #C5BACC

Tints of Prelude #C5BACC

Color information

#C5BACC (or 0xC5BACC) is unknown color: approx Prelude. HEX triplet: C5, BA and CC. RGB value is (197,186,204). Sum of RGB (Red+Green+Blue) = 197+186+204=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACC is #3A4533. Grayscale: #BFBFBF. Windows color (decimal): -3818804 or 13417157. OLE color: 13417157.

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

Color convert

RGB197186204-
CMYK0.030.0900.2
HSL276.67º15%76.47%-
HSV(B)276.67º8.82%80%-
XYZ51.4851.3564.32-
YUV191.34135.14132.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=33.56%
G=31.69%
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.2
SystemRedGreenBlueCMYKHSL
Decimal1971862040.030.0900.2276.671576.47
HexC5BACC39014115f4c
Octal30527231431102442517114
Binary11000101101110101100110011100101010010001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BACC; }

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

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

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

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

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

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

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

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