#C9BACD

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

Shades of Prelude #C9BACD

Tints of Prelude #C9BACD

Color information

#C9BACD (or 0xC9BACD) is unknown color: approx Prelude. HEX triplet: C9, BA and CD. RGB value is (201,186,205). Sum of RGB (Red+Green+Blue) = 201+186+205=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BACD is #364532. Grayscale: #C0C0C0. Windows color (decimal): -3556659 or 13482697. OLE color: 13482697.

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

Color convert

RGB201186205-
CMYK0.020.0900.20
HSL287.37º15.97%76.67%-
HSV(B)287.37º9.27%80.39%-
XYZ52.6751.9465.01-
YUV192.65134.97133.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=33.95%
G=31.42%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011862050.020.0900.20287.3715.9776.67
HexC9BACD2901411f104d
Octal31127231521102443720115
Binary110010011011101011001101101001010100100011111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BACD; }

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

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

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

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

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

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

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

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