#B095AB

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

Shades of London Hue #B095AB

Tints of London Hue #B095AB

Color information

#B095AB (or 0xB095AB) is unknown color: approx London Hue. HEX triplet: B0, 95 and AB. RGB value is (176,149,171). Sum of RGB (Red+Green+Blue) = 176+149+171=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AB is #4F6A54. Grayscale: #9F9F9F. Windows color (decimal): -5204565 or 11244976. OLE color: 11244976.

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

Color convert

RGB176149171-
CMYK00.150.030.31
HSL311.11º14.59%63.73%-
HSV(B)311.11º15.34%69.02%-
XYZ3633.6743.13-
YUV159.58134.45139.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=35.48%
G=30.04%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614917100.150.030.31311.1114.5963.73
HexB095AB0F31F137f40
Octal26022525301733746717100
Binary10110000100101011010101101111111111110011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095AB; }

 p { color: rgb(176,149,171); }

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

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

 a { background-color: rgb(176,149,171); }

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

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

 span { border-color: rgb(176,149,171); }

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