#C6BCCD

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

Shades of Prelude #C6BCCD

Tints of Prelude #C6BCCD

Color information

#C6BCCD (or 0xC6BCCD) is unknown color: approx Prelude. HEX triplet: C6, BC and CD. RGB value is (198,188,205). Sum of RGB (Red+Green+Blue) = 198+188+205=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCD is #394332. Grayscale: #C0C0C0. Windows color (decimal): -3752755 or 13483206. OLE color: 13483206.

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

Color convert

RGB198188205-
CMYK0.030.0800.20
HSL275.29º14.53%77.06%-
HSV(B)275.29º8.29%80.39%-
XYZ52.2952.3865.11-
YUV192.93134.81131.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.50%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=33.50%
G=31.81%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981882050.030.0800.20275.2914.5377.06
HexC6BCCD38014113f4d
Octal30627431531002442317115
Binary11000110101111001100110111100001010010001001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCCD; }

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

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

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

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

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

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

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

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