#B095AD

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

Shades of London Hue #B095AD

Tints of London Hue #B095AD

Color information

#B095AD (or 0xB095AD) is unknown color: approx London Hue. HEX triplet: B0, 95 and AD. RGB value is (176,149,173). Sum of RGB (Red+Green+Blue) = 176+149+173=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AD is #4F6A52. Grayscale: #9F9F9F. Windows color (decimal): -5204563 or 11376048. OLE color: 11376048.

HSL color Cylindrical-coordinate representation of color #B095AD: hue angle of 306.67º 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 #B095AD is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176149173-
CMYK00.150.020.31
HSL306.67º14.59%63.73%-
HSV(B)306.67º15.34%69.02%-
XYZ36.1933.7444.14-
YUV159.81135.45139.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=35.34%
G=29.92%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614917300.150.020.31306.6714.5963.73
HexB095AD0F21F133f40
Octal26022525501723746317100
Binary10110000100101011010110101111101111110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095AD; }

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

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

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

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

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

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

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

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