#C1B2C9

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

Shades of Prelude #C1B2C9

Tints of Prelude #C1B2C9

Color information

#C1B2C9 (or 0xC1B2C9) is unknown color: approx Prelude. HEX triplet: C1, B2 and C9. RGB value is (193,178,201). Sum of RGB (Red+Green+Blue) = 193+178+201=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1B2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2C9 is #3E4D36. Grayscale: #B9B9B9. Windows color (decimal): -4082999 or 13218497. OLE color: 13218497.

HSL color Cylindrical-coordinate representation of color #C1B2C9: hue angle of 279.13º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B2C9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193178201-
CMYK0.040.1100.21
HSL279.13º17.56%74.31%-
HSV(B)279.13º11.44%78.82%-
XYZ48.4647.461.85-
YUV185.11136.97133.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=33.74%
G=31.12%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931782010.040.1100.21279.1317.5674.31
HexC1B2C94B015117124a
Octal30126231141302542722112
Binary1100000110110010110010011001011010101100010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2C9; }

 p { color: rgb(193,178,201); }

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

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

 a { background-color: rgb(193,178,201); }

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

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

 span { border-color: rgb(193,178,201); }

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