#B09BB0

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

Shades of London Hue #B09BB0

Tints of London Hue #B09BB0

Color information

#B09BB0 (or 0xB09BB0) is unknown color: approx London Hue. HEX triplet: B0, 9B and B0. RGB value is (176,155,176). Sum of RGB (Red+Green+Blue) = 176+155+176=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B09BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BB0 is #4F644F. Grayscale: #A3A3A3. Windows color (decimal): -5203024 or 11574192. OLE color: 11574192.

HSL color Cylindrical-coordinate representation of color #B09BB0: hue angle of 300º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09BB0 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB176155176-
CMYK00.1200.31
HSL300º11.73%64.9%-
HSV(B)300º11.93%69.02%-
XYZ37.4635.8146.01-
YUV163.67134.96136.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=34.71%
G=30.57%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615517600.1200.3130011.7364.9
HexB09BB00C01F12cc41
Octal26023326001403745414101
Binary1011000010011011101100000110001111110010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BB0; }

 p { color: rgb(176,155,176); }

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

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

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

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

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

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

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