#C9BAD4

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

Shades of Prelude #C9BAD4

Tints of Prelude #C9BAD4

Color information

#C9BAD4 (or 0xC9BAD4) is unknown color: approx Prelude. HEX triplet: C9, BA and D4. RGB value is (201,186,212). Sum of RGB (Red+Green+Blue) = 201+186+212=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #C9BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD4 is #36452B. Grayscale: #C1C1C1. Windows color (decimal): -3556652 or 13941449. OLE color: 13941449.

HSL color Cylindrical-coordinate representation of color #C9BAD4: hue angle of 274.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BAD4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201186212-
CMYK0.050.1200.17
HSL274.62º23.21%78.04%-
HSV(B)274.62º12.26%83.14%-
XYZ53.5352.2969.56-
YUV193.45138.47133.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=33.56%
G=31.05%
B=35.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011862120.050.1200.17274.6223.2178.04
HexC9BAD45C011113174e
Octal31127232451402142327116
Binary1100100110111010110101001011100010001100010011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAD4; }

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

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

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

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

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

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

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

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