#C9BAD6

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

Shades of Prelude #C9BAD6

Tints of Prelude #C9BAD6

Color information

#C9BAD6 (or 0xC9BAD6) is unknown color: approx Prelude. HEX triplet: C9, BA and D6. RGB value is (201,186,214). Sum of RGB (Red+Green+Blue) = 201+186+214=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD6 is #364529. Grayscale: #C1C1C1. Windows color (decimal): -3556650 or 14072521. OLE color: 14072521.

HSL color Cylindrical-coordinate representation of color #C9BAD6: hue angle of 272.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BAD6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201186214-
CMYK0.060.1300.16
HSL272.14º25.45%78.43%-
HSV(B)272.14º13.08%83.92%-
XYZ53.7852.3970.9-
YUV193.68139.47133.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.44%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=33.44%
G=30.95%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011862140.060.1300.16272.1425.4578.43
HexC9BAD66D010110194e
Octal31127232661502042031116
Binary1100100110111010110101101101101010000100010000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAD6; }

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

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

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

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

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

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

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

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