Html Css Color HEX #B09BB0 London Hue

📋 copy color: '#B09BB0'

red 176 ◦ green 155 ◦ blue 176

#B09BB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B09BB0

Tints of London Hue #B09BB0

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 value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B09BB0 (or 0xB09BB0) is known color: 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

RGB 176 155 176 -
CMYK 0 0.12 0 0.31
HSL 300º 0.12% 0.65% -
HSV(B) 300º 0.12% 0.69% -
XYZ 37.46 35.81 46.01 -
YUV 163.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 176 155 176 0 0.12 0 0.31 300 0.12 0.65
Hex B0 9B B0 0 C 0 1F 12C C 41
Octal 260 233 260 0 14 0 37 454 14 101
Binary 10110000 10011011 10110000 0 1100 0 11111 100101100 1100 1000001

Color Harmonies of #B09BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BB0

Black with #B09BB0

Text Example


Text Example

White with #B09BB0

Text Example


Text Example

HTML Codes & Css Web 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>