#C9BDCC

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

Shades of Prelude #C9BDCC

Tints of Prelude #C9BDCC

Color information

#C9BDCC (or 0xC9BDCC) is unknown color: approx Prelude. HEX triplet: C9, BD and CC. RGB value is (201,189,204). Sum of RGB (Red+Green+Blue) = 201+189+204=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDCC is #364233. Grayscale: #C2C2C2. Windows color (decimal): -3555892 or 13417929. OLE color: 13417929.

HSL color Cylindrical-coordinate representation of color #C9BDCC: hue angle of 288º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BDCC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201189204-
CMYK0.010.0700.2
HSL288º12.82%77.06%-
HSV(B)288º7.35%80%-
XYZ53.1853.1764.59-
YUV194.3133.48132.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=33.84%
G=31.82%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011892040.010.0700.228812.8277.06
HexC9BDCC17014120d4d
Octal3112753141702444015115
Binary110010011011110111001100111101010010010000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDCC; }

 p { color: rgb(201,189,204); }

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

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

 a { background-color: rgb(201,189,204); }

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

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

 span { border-color: rgb(201,189,204); }

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