#B095AE

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

Shades of London Hue #B095AE

Tints of London Hue #B095AE

Color information

#B095AE (or 0xB095AE) is unknown color: approx London Hue. HEX triplet: B0, 95 and AE. RGB value is (176,149,174). Sum of RGB (Red+Green+Blue) = 176+149+174=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AE is #4F6A51. Grayscale: #9F9F9F. Windows color (decimal): -5204562 or 11441584. OLE color: 11441584.

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

Color convert

RGB176149174-
CMYK00.150.010.31
HSL304.44º14.59%63.73%-
HSV(B)304.44º15.34%69.02%-
XYZ36.2933.7844.65-
YUV159.92135.95139.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=35.27%
G=29.86%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614917400.150.010.31304.4414.5963.73
HexB095AE0F11F130f40
Octal26022525601713746017100
Binary1011000010010101101011100111111111110011000011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095AE; }

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

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

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

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

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

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

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

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