#C5B0E2

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

Shades of Perfume #C5B0E2

Tints of Perfume #C5B0E2

Color information

#C5B0E2 (or 0xC5B0E2) is unknown color: approx Perfume. HEX triplet: C5, B0 and E2. RGB value is (197,176,226). Sum of RGB (Red+Green+Blue) = 197+176+226=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #C5B0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0E2 is #3A4F1D. Grayscale: #BBBBBB. Windows color (decimal): -3821342 or 14856389. OLE color: 14856389.

HSL color Cylindrical-coordinate representation of color #C5B0E2: hue angle of 265.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B0E2 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197176226-
CMYK0.130.2200.11
HSL265.2º46.3%78.82%-
HSV(B)265.2º22.12%88.63%-
XYZ52.2848.4178.54-
YUV187.98149.46134.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.89%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=32.89%
G=29.38%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971762260.130.2200.11265.246.378.82
HexC5B0E2D160B1092e4f
Octal305260342152601341156117
Binary110001011011000011100010110110110010111000010011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0E2; }

 p { color: rgb(197,176,226); }

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

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

 a { background-color: rgb(197,176,226); }

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

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

 span { border-color: rgb(197,176,226); }

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