#C7BCCE

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

Shades of Prelude #C7BCCE

Tints of Prelude #C7BCCE

Color information

#C7BCCE (or 0xC7BCCE) is unknown color: approx Prelude. HEX triplet: C7, BC and CE. RGB value is (199,188,206). Sum of RGB (Red+Green+Blue) = 199+188+206=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCE is #384331. Grayscale: #C1C1C1. Windows color (decimal): -3687218 or 13548743. OLE color: 13548743.

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

Color convert

RGB199188206-
CMYK0.030.0900.19
HSL276.67º15.52%77.25%-
HSV(B)276.67º8.74%80.78%-
XYZ52.6852.5665.76-
YUV193.34135.14132.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=33.56%
G=31.70%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991882060.030.0900.19276.6715.5277.25
HexC7BCCE39013115104d
Octal30727431631102342520115
Binary110001111011110011001110111001010011100010101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCCE; }

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

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

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

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

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

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

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

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