#C9BCCE

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

Shades of Prelude #C9BCCE

Tints of Prelude #C9BCCE

Color information

#C9BCCE (or 0xC9BCCE) is unknown color: approx Prelude. HEX triplet: C9, BC and CE. RGB value is (201,188,206). Sum of RGB (Red+Green+Blue) = 201+188+206=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCE is #364331. Grayscale: #C1C1C1. Windows color (decimal): -3556146 or 13548745. OLE color: 13548745.

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

Color convert

RGB201188206-
CMYK0.020.0900.19
HSL283.33º15.52%77.25%-
HSV(B)283.33º8.74%80.78%-
XYZ53.2152.8465.79-
YUV193.94134.81133.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=33.78%
G=31.60%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011882060.020.0900.19283.3315.5277.25
HexC9BCCE2901311b104d
Octal31127431621102343320115
Binary110010011011110011001110101001010011100011011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCCE; }

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

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

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

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

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

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

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

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