#C9BAD1

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

Shades of Prelude #C9BAD1

Tints of Prelude #C9BAD1

Color information

#C9BAD1 (or 0xC9BAD1) is unknown color: approx Prelude. HEX triplet: C9, BA and D1. RGB value is (201,186,209). Sum of RGB (Red+Green+Blue) = 201+186+209=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD1 is #36452E. Grayscale: #C1C1C1. Windows color (decimal): -3556655 or 13744841. OLE color: 13744841.

HSL color Cylindrical-coordinate representation of color #C9BAD1: hue angle of 279.13º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BAD1 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201186209-
CMYK0.040.1100.18
HSL279.13º20%77.45%-
HSV(B)279.13º11%81.96%-
XYZ53.1552.1467.58-
YUV193.11136.97133.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=33.72%
G=31.21%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011862090.040.1100.18279.132077.45
HexC9BAD14B012117144d
Octal31127232141302242724115
Binary1100100110111010110100011001011010010100010111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAD1; }

 p { color: rgb(201,186,209); }

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

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

 a { background-color: rgb(201,186,209); }

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

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

 span { border-color: rgb(201,186,209); }

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