#C9BCCD

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

Shades of Prelude #C9BCCD

Tints of Prelude #C9BCCD

Color information

#C9BCCD (or 0xC9BCCD) is unknown color: approx Prelude. HEX triplet: C9, BC and CD. RGB value is (201,188,205). Sum of RGB (Red+Green+Blue) = 201+188+205=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCD is #364332. Grayscale: #C1C1C1. Windows color (decimal): -3556147 or 13483209. OLE color: 13483209.

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

Color convert

RGB201188205-
CMYK0.020.0800.20
HSL285.88º14.53%77.06%-
HSV(B)285.88º8.29%80.39%-
XYZ53.0952.7965.15-
YUV193.82134.31133.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=33.84%
G=31.65%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011882050.020.0800.20285.8814.5377.06
HexC9BCCD2801411ef4d
Octal31127431521002443617115
Binary11001001101111001100110110100001010010001111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCCD; }

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

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

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

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

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

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

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

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