Html Css Color HEX #B09AAA London Hue

📋 copy color: '#B09AAA'

red 176 ◦ green 154 ◦ blue 170

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

Shades of London Hue #B09AAA

Tints of London Hue #B09AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

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

R = 35.2%
G = 30.8%
B = 34%

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

#B09AAA (or 0xB09AAA) is known color: London Hue. HEX triplet: B0, 9A and AA. RGB value is (176,154,170). Sum of RGB (Red+Green+Blue) = 176+154+170=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAA is #4F6555. Grayscale: #A2A2A2. Windows color (decimal): -5203286 or 11180720. OLE color: 11180720.

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

Color convert

RGB 176 154 170 -
CMYK 0 0.12 0.03 0.31
HSL 316.36º 0.12% 0.65% -
HSV(B) 316.36º 0.13% 0.69% -
XYZ 36.72 35.24 42.9 -
YUV 162.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 176 154 170 0 0.12 0.03 0.31 316.36 0.12 0.65
Hex B0 9A AA 0 C 3 1F 13C C 41
Octal 260 232 252 0 14 3 37 474 14 101
Binary 10110000 10011010 10101010 0 1100 11 11111 100111100 1100 1000001

Color Harmonies of #B09AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AAA

Black with #B09AAA

Text Example


Text Example

White with #B09AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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