#C1B2CE

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

Shades of Perfume #C1B2CE

Tints of Perfume #C1B2CE

Color information

#C1B2CE (or 0xC1B2CE) is unknown color: approx Perfume. HEX triplet: C1, B2 and CE. RGB value is (193,178,206). Sum of RGB (Red+Green+Blue) = 193+178+206=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2CE is #3E4D31. Grayscale: #B9B9B9. Windows color (decimal): -4082994 or 13546177. OLE color: 13546177.

HSL color Cylindrical-coordinate representation of color #C1B2CE: hue angle of 272.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1B2CE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193178206-
CMYK0.060.1400.19
HSL272.14º22.22%75.29%-
HSV(B)272.14º13.59%80.78%-
XYZ49.0547.6365-
YUV185.68139.47133.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=33.45%
G=30.85%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931782060.060.1400.19272.1422.2275.29
HexC1B2CE6E013110164b
Octal30126231661602342026113
Binary1100000110110010110011101101110010011100010000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B2CE; }

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

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

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

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

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

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

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

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