#C9BFCF

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

Shades of Prelude #C9BFCF

Tints of Prelude #C9BFCF

Color information

#C9BFCF (or 0xC9BFCF) is unknown color: approx Prelude. HEX triplet: C9, BF and CF. RGB value is (201,191,207). Sum of RGB (Red+Green+Blue) = 201+191+207=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCF is #364030. Grayscale: #C3C3C3. Windows color (decimal): -3555377 or 13615049. OLE color: 13615049.

HSL color Cylindrical-coordinate representation of color #C9BFCF: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BFCF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201191207-
CMYK0.030.0800.19
HSL277.5º14.29%78.04%-
HSV(B)277.5º7.73%81.18%-
XYZ53.9854.1866.64-
YUV195.81134.31131.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=33.56%
G=31.89%
B=34.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011912070.030.0800.19277.514.2978.04
HexC9BFCF38013116e4e
Octal31127731731002342616116
Binary11001001101111111100111111100001001110001011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFCF; }

 p { color: rgb(201,191,207); }

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

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

 a { background-color: rgb(201,191,207); }

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

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

 span { border-color: rgb(201,191,207); }

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