#C9BCD5

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

Shades of Prelude #C9BCD5

Tints of Prelude #C9BCD5

Color information

#C9BCD5 (or 0xC9BCD5) is unknown color: approx Prelude. HEX triplet: C9, BC and D5. RGB value is (201,188,213). Sum of RGB (Red+Green+Blue) = 201+188+213=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCD5 is #36432A. Grayscale: #C2C2C2. Windows color (decimal): -3556139 or 14007497. OLE color: 14007497.

HSL color Cylindrical-coordinate representation of color #C9BCD5: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BCD5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201188213-
CMYK0.060.1200.16
HSL271.2º22.94%78.63%-
HSV(B)271.2º11.74%83.53%-
XYZ54.0853.1970.37-
YUV194.74138.31132.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=33.39%
G=31.23%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011882130.060.1200.16271.222.9478.63
HexC9BCD56C01010f174f
Octal31127432561402041727117
Binary1100100110111100110101011101100010000100001111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCD5; }

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

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

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

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

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

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

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

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