Html Css Color HEX #B09BAA London Hue

📋 copy color: '#B09BAA'

red 176 ◦ green 155 ◦ blue 170

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

Shades of London Hue #B09BAA

Tints of London Hue #B09BAA

RGB

 RED value IS 176 (69.14% from 255) = 35.13%

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 35.13%
G = 30.94%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B09BAA (or 0xB09BAA) is known color: London Hue. HEX triplet: B0, 9B and AA. RGB value is (176,155,170). Sum of RGB (Red+Green+Blue) = 176+155+170=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAA is #4F6455. Grayscale: #A2A2A2. Windows color (decimal): -5203030 or 11180976. OLE color: 11180976.

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

Color convert

RGB 176 155 170 -
CMYK 0 0.12 0.03 0.31
HSL 317.14º 0.12% 0.65% -
HSV(B) 317.14º 0.12% 0.69% -
XYZ 36.88 35.58 42.95 -
YUV 162.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 176 155 170 0 0.12 0.03 0.31 317.14 0.12 0.65
Hex B0 9B AA 0 C 3 1F 13D C 41
Octal 260 233 252 0 14 3 37 475 14 101
Binary 10110000 10011011 10101010 0 1100 11 11111 100111101 1100 1000001

Color Harmonies of #B09BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BAA

Black with #B09BAA

Text Example


Text Example

White with #B09BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BAA; }

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

 H1.HeaderClassName
 {
   color: #B09BAA;
 }
 .AnyTagClassName
 {
   color: #B09BAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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