#C5B4D4

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

Shades of Perfume #C5B4D4

Tints of Perfume #C5B4D4

Color information

#C5B4D4 (or 0xC5B4D4) is unknown color: approx Perfume. HEX triplet: C5, B4 and D4. RGB value is (197,180,212). Sum of RGB (Red+Green+Blue) = 197+180+212=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5B4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4D4 is #3A4B2B. Grayscale: #BCBCBC. Windows color (decimal): -3820332 or 13939909. OLE color: 13939909.

HSL color Cylindrical-coordinate representation of color #C5B4D4: hue angle of 271.88º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5B4D4 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197180212-
CMYK0.070.1500.17
HSL271.88º27.12%76.86%-
HSV(B)271.88º15.09%83.14%-
XYZ51.2349.2769.1-
YUV188.73141.13133.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=33.45%
G=30.56%
B=35.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971802120.070.1500.17271.8827.1276.86
HexC5B4D47F0111101b4d
Octal30526432471702142033115
Binary1100010110110100110101001111111010001100010000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4D4; }

 p { color: rgb(197,180,212); }

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

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

 a { background-color: rgb(197,180,212); }

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

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

 span { border-color: rgb(197,180,212); }

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