#C6BCCC

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

Shades of Prelude #C6BCCC

Tints of Prelude #C6BCCC

Color information

#C6BCCC (or 0xC6BCCC) is unknown color: approx Prelude. HEX triplet: C6, BC and CC. RGB value is (198,188,204). Sum of RGB (Red+Green+Blue) = 198+188+204=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCC is #394333. Grayscale: #C0C0C0. Windows color (decimal): -3752756 or 13417670. OLE color: 13417670.

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

Color convert

RGB198188204-
CMYK0.030.0800.2
HSL277.5º13.56%76.86%-
HSV(B)277.5º7.84%80%-
XYZ52.1752.3364.48-
YUV192.81134.31131.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=33.56%
G=31.86%
B=34.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981882040.030.0800.2277.513.5676.86
HexC6BCCC38014116e4d
Octal30627431431002442616115
Binary11000110101111001100110011100001010010001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCCC; }

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

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

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

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

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

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

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

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