#C9BACB

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

Shades of Prelude #C9BACB

Tints of Prelude #C9BACB

Color information

#C9BACB (or 0xC9BACB) is unknown color: approx Prelude. HEX triplet: C9, BA and CB. RGB value is (201,186,203). Sum of RGB (Red+Green+Blue) = 201+186+203=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BACB is #364534. Grayscale: #C0C0C0. Windows color (decimal): -3556661 or 13351625. OLE color: 13351625.

HSL color Cylindrical-coordinate representation of color #C9BACB: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BACB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201186203-
CMYK0.010.0800.20
HSL292.94º14.05%76.27%-
HSV(B)292.94º8.37%79.61%-
XYZ52.4351.8563.74-
YUV192.42133.97134.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=34.07%
G=31.53%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011862030.010.0800.20292.9414.0576.27
HexC9BACB18014125e4c
Octal31127231311002444516114
Binary1100100110111010110010111100001010010010010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BACB; }

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

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

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

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

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

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

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

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