#C9BED2

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

Shades of Prelude #C9BED2

Tints of Prelude #C9BED2

Color information

#C9BED2 (or 0xC9BED2) is unknown color: approx Prelude. HEX triplet: C9, BE and D2. RGB value is (201,190,210). Sum of RGB (Red+Green+Blue) = 201+190+210=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #C9BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED2 is #36412D. Grayscale: #C3C3C3. Windows color (decimal): -3555630 or 13811401. OLE color: 13811401.

HSL color Cylindrical-coordinate representation of color #C9BED2: hue angle of 273º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BED2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201190210-
CMYK0.040.1000.18
HSL273º18.18%78.43%-
HSV(B)273º9.52%82.35%-
XYZ54.1353.968.52-
YUV195.57136.14131.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.44%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=33.44%
G=31.61%
B=34.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011902100.040.1000.1827318.1878.43
HexC9BED24A012111124e
Octal31127632241202242122116
Binary1100100110111110110100101001010010010100010001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BED2; }

 p { color: rgb(201,190,210); }

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

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

 a { background-color: rgb(201,190,210); }

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

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

 span { border-color: rgb(201,190,210); }

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