#B095A6

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

Shades of London Hue #B095A6

Tints of London Hue #B095A6

Color information

#B095A6 (or 0xB095A6) is unknown color: approx London Hue. HEX triplet: B0, 95 and A6. RGB value is (176,149,166). Sum of RGB (Red+Green+Blue) = 176+149+166=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B095A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095A6 is #4F6A59. Grayscale: #9E9E9E. Windows color (decimal): -5204570 or 10917296. OLE color: 10917296.

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

Color convert

RGB176149166-
CMYK00.150.060.31
HSL322.22º14.59%63.73%-
HSV(B)322.22º15.34%69.02%-
XYZ35.5333.4840.67-
YUV159.01131.95140.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=35.85%
G=30.35%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614916600.150.060.31322.2214.5963.73
HexB095A60F61F142f40
Octal26022524601763750217100
Binary101100001001010110100110011111101111110100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095A6; }

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

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

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

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

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

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

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

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