#C9BBCD

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

Shades of Prelude #C9BBCD

Tints of Prelude #C9BBCD

Color information

#C9BBCD (or 0xC9BBCD) is unknown color: approx Prelude. HEX triplet: C9, BB and CD. RGB value is (201,187,205). Sum of RGB (Red+Green+Blue) = 201+187+205=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBCD is #364432. Grayscale: #C1C1C1. Windows color (decimal): -3556403 or 13482953. OLE color: 13482953.

HSL color Cylindrical-coordinate representation of color #C9BBCD: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BBCD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201187205-
CMYK0.020.0900.20
HSL286.67º15.25%76.86%-
HSV(B)286.67º8.78%80.39%-
XYZ52.8852.3765.08-
YUV193.24134.64133.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=33.90%
G=31.53%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011872050.020.0900.20286.6715.2576.86
HexC9BBCD2901411ff4d
Octal31127331521102443717115
Binary11001001101110111100110110100101010010001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBCD; }

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

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

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

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

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

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

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

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