#B199C4

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

Shades of East Side #B199C4

Tints of East Side #B199C4

Color information

#B199C4 (or 0xB199C4) is unknown color: approx East Side. HEX triplet: B1, 99 and C4. RGB value is (177,153,196). Sum of RGB (Red+Green+Blue) = 177+153+196=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #B199C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199C4 is #4E663B. Grayscale: #A4A4A4. Windows color (decimal): -5137980 or 12884401. OLE color: 12884401.

HSL color Cylindrical-coordinate representation of color #B199C4: hue angle of 273.49º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B199C4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177153196-
CMYK0.100.2200.23
HSL273.49º26.71%68.43%-
HSV(B)273.49º21.94%76.86%-
XYZ39.4936.1257.11-
YUV165.08145.45136.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=33.65%
G=29.09%
B=37.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771531960.100.2200.23273.4926.7168.43
HexB199C4A160171111b44
Octal261231304122602742133104
Binary101100011001100111000100101010110010111100010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199C4; }

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

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

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

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

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

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

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

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