#C4B1D8

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

Shades of Perfume #C4B1D8

Tints of Perfume #C4B1D8

Color information

#C4B1D8 (or 0xC4B1D8) is unknown color: approx Perfume. HEX triplet: C4, B1 and D8. RGB value is (196,177,216). Sum of RGB (Red+Green+Blue) = 196+177+216=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4B1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1D8 is #3B4E27. Grayscale: #BABABA. Windows color (decimal): -3886632 or 14201284. OLE color: 14201284.

HSL color Cylindrical-coordinate representation of color #C4B1D8: hue angle of 269.23º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B1D8 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196177216-
CMYK0.090.1800.15
HSL269.23º33.33%77.06%-
HSV(B)269.23º18.06%84.71%-
XYZ50.8848.1471.58-
YUV187.13144.29134.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=33.28%
G=30.05%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961772160.090.1800.15269.2333.3377.06
HexC4B1D89120F10d214d
Octal304261330112201741541115
Binary110001001011000111011000100110010011111000011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1D8; }

 p { color: rgb(196,177,216); }

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

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

 a { background-color: rgb(196,177,216); }

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

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

 span { border-color: rgb(196,177,216); }

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