#C9BAD0

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

Shades of Prelude #C9BAD0

Tints of Prelude #C9BAD0

Color information

#C9BAD0 (or 0xC9BAD0) is unknown color: approx Prelude. HEX triplet: C9, BA and D0. RGB value is (201,186,208). Sum of RGB (Red+Green+Blue) = 201+186+208=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD0 is #36452F. Grayscale: #C0C0C0. Windows color (decimal): -3556656 or 13679305. OLE color: 13679305.

HSL color Cylindrical-coordinate representation of color #C9BAD0: hue angle of 280.91º degrees, saturation: 0.19, 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 #C9BAD0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201186208-
CMYK0.030.1100.18
HSL280.91º18.97%77.25%-
HSV(B)280.91º10.58%81.57%-
XYZ53.0352.0966.93-
YUV192.99136.47133.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=33.78%
G=31.26%
B=34.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011862080.030.1100.18280.9118.9777.25
HexC9BAD03B012119134d
Octal31127232031302243123115
Binary110010011011101011010000111011010010100011001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAD0; }

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

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

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

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

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

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

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

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