#C1B1CE

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

Shades of Perfume #C1B1CE

Tints of Perfume #C1B1CE

Color information

#C1B1CE (or 0xC1B1CE) is unknown color: approx Perfume. HEX triplet: C1, B1 and CE. RGB value is (193,177,206). Sum of RGB (Red+Green+Blue) = 193+177+206=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1CE is #3E4E31. Grayscale: #B8B8B8. Windows color (decimal): -4083250 or 13545921. OLE color: 13545921.

HSL color Cylindrical-coordinate representation of color #C1B1CE: hue angle of 273.1º degrees, saturation: 0.23, 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 #C1B1CE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193177206-
CMYK0.060.1400.19
HSL273.1º22.83%75.1%-
HSV(B)273.1º14.08%80.78%-
XYZ48.8647.2464.94-
YUV185.09139.8133.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=33.51%
G=30.73%
B=35.76%

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
Decimal1931772060.060.1400.19273.122.8375.1
HexC1B1CE6E013111174b
Octal30126131661602342127113
Binary1100000110110001110011101101110010011100010001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1CE; }

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

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

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

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

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

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

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

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