#C7BCCC

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

Shades of Prelude #C7BCCC

Tints of Prelude #C7BCCC

Color information

#C7BCCC (or 0xC7BCCC) is unknown color: approx Prelude. HEX triplet: C7, BC and CC. RGB value is (199,188,204). Sum of RGB (Red+Green+Blue) = 199+188+204=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCC is #384333. Grayscale: #C1C1C1. Windows color (decimal): -3687220 or 13417671. OLE color: 13417671.

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

Color convert

RGB199188204-
CMYK0.020.0800.2
HSL281.25º13.56%76.86%-
HSV(B)281.25º7.84%80%-
XYZ52.4452.4764.49-
YUV193.11134.14132.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=33.67%
G=31.81%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991882040.020.0800.2281.2513.5676.86
HexC7BCCC28014119e4d
Octal30727431421002443116115
Binary11000111101111001100110010100001010010001100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCCC; }

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

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

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

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

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

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

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

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