#C2B6C9

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

Shades of Prelude #C2B6C9

Tints of Prelude #C2B6C9

Color information

#C2B6C9 (or 0xC2B6C9) is unknown color: approx Prelude. HEX triplet: C2, B6 and C9. RGB value is (194,182,201). Sum of RGB (Red+Green+Blue) = 194+182+201=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2B6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6C9 is #3D4936. Grayscale: #BBBBBB. Windows color (decimal): -4016439 or 13219522. OLE color: 13219522.

HSL color Cylindrical-coordinate representation of color #C2B6C9: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B6C9 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194182201-
CMYK0.030.0900.21
HSL277.89º14.96%75.1%-
HSV(B)277.89º9.45%78.82%-
XYZ49.5249.1462.13-
YUV187.75135.48132.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=33.62%
G=31.54%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941822010.030.0900.21277.8914.9675.1
HexC2B6C939015116f4b
Octal30226631131102542617113
Binary11000010101101101100100111100101010110001011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6C9; }

 p { color: rgb(194,182,201); }

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

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

 a { background-color: rgb(194,182,201); }

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

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

 span { border-color: rgb(194,182,201); }

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