#C7BACC

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

Shades of Prelude #C7BACC

Tints of Prelude #C7BACC

Color information

#C7BACC (or 0xC7BACC) is unknown color: approx Prelude. HEX triplet: C7, BA and CC. RGB value is (199,186,204). Sum of RGB (Red+Green+Blue) = 199+186+204=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACC is #384533. Grayscale: #BFBFBF. Windows color (decimal): -3687732 or 13417159. OLE color: 13417159.

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

Color convert

RGB199186204-
CMYK0.020.0900.2
HSL283.33º15%76.47%-
HSV(B)283.33º8.82%80%-
XYZ52.0151.6264.35-
YUV191.94134.81133.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=33.79%
G=31.58%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991862040.020.0900.2283.331576.47
HexC7BACC2901411bf4c
Octal30727231421102443317114
Binary11000111101110101100110010100101010010001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BACC; }

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

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

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

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

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

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

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

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