#B195AC

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

Shades of London Hue #B195AC

Tints of London Hue #B195AC

Color information

#B195AC (or 0xB195AC) is unknown color: approx London Hue. HEX triplet: B1, 95 and AC. RGB value is (177,149,172). Sum of RGB (Red+Green+Blue) = 177+149+172=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B195AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B195AC is #4E6A53. Grayscale: #9F9F9F. Windows color (decimal): -5139028 or 11310513. OLE color: 11310513.

HSL color Cylindrical-coordinate representation of color #B195AC: hue angle of 310.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B195AC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177149172-
CMYK00.160.030.31
HSL310.71º15.22%63.92%-
HSV(B)310.71º15.82%69.41%-
XYZ36.3333.8243.64-
YUV159.99134.78140.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=35.54%
G=29.92%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714917200.160.030.31310.7115.2263.92
HexB195AC01031F137f40
Octal26122525402033746717100
Binary101100011001010110101100010000111111110011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195AC; }

 p { color: rgb(177,149,172); }

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

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

 a { background-color: rgb(177,149,172); }

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

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

 span { border-color: rgb(177,149,172); }

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