#C9BDCF

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

Shades of Prelude #C9BDCF

Tints of Prelude #C9BDCF

Color information

#C9BDCF (or 0xC9BDCF) is unknown color: approx Prelude. HEX triplet: C9, BD and CF. RGB value is (201,189,207). Sum of RGB (Red+Green+Blue) = 201+189+207=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDCF is #364230. Grayscale: #C2C2C2. Windows color (decimal): -3555889 or 13614537. OLE color: 13614537.

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

Color convert

RGB201189207-
CMYK0.030.0900.19
HSL280º15.79%77.65%-
HSV(B)280º8.7%81.18%-
XYZ53.5553.3266.5-
YUV194.64134.98132.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.67%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=33.67%
G=31.66%
B=34.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011892070.030.0900.1928015.7977.65
HexC9BDCF39013118104e
Octal31127531731102343020116
Binary110010011011110111001111111001010011100011000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDCF; }

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

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

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

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

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

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

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

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