#B095AA

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

Shades of London Hue #B095AA

Tints of London Hue #B095AA

Color information

#B095AA (or 0xB095AA) is unknown color: approx London Hue. HEX triplet: B0, 95 and AA. RGB value is (176,149,170). Sum of RGB (Red+Green+Blue) = 176+149+170=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AA is #4F6A55. Grayscale: #9F9F9F. Windows color (decimal): -5204566 or 11179440. OLE color: 11179440.

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

Color convert

RGB176149170-
CMYK00.150.030.31
HSL313.33º14.59%63.73%-
HSV(B)313.33º15.34%69.02%-
XYZ35.9133.6342.63-
YUV159.47133.95139.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=35.56%
G=30.10%
B=34.34%

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
Decimal17614917000.150.030.31313.3314.5963.73
HexB095AA0F31F139f40
Octal26022525201733747117100
Binary10110000100101011010101001111111111110011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095AA; }

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

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

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

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

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

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

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

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