#B095AF

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

Shades of London Hue #B095AF

Tints of London Hue #B095AF

Color information

#B095AF (or 0xB095AF) is unknown color: approx London Hue. HEX triplet: B0, 95 and AF. RGB value is (176,149,175). Sum of RGB (Red+Green+Blue) = 176+149+175=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AF is #4F6A50. Grayscale: #9F9F9F. Windows color (decimal): -5204561 or 11507120. OLE color: 11507120.

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

Color convert

RGB176149175-
CMYK00.150.010.31
HSL302.22º14.59%63.73%-
HSV(B)302.22º15.34%69.02%-
XYZ36.3933.8245.17-
YUV160.04136.45139.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 175 (68.75% from 255) = 35%
R=35.2%
G=29.8%
B=35%

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
Decimal17614917500.150.010.31302.2214.5963.73
HexB095AF0F11F12ef40
Octal26022525701713745617100
Binary1011000010010101101011110111111111110010111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095AF; }

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

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

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

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

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

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

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

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