Html Css Color HEX #B09AAC London Hue

📋 copy color: '#B09AAC'

red 176 ◦ green 154 ◦ blue 172

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

Shades of London Hue #B09AAC

Tints of London Hue #B09AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 35.06%
G = 30.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B09AAC (or 0xB09AAC) is known color: London Hue. HEX triplet: B0, 9A and AC. RGB value is (176,154,172). Sum of RGB (Red+Green+Blue) = 176+154+172=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAC is #4F6553. Grayscale: #A2A2A2. Windows color (decimal): -5203284 or 11311792. OLE color: 11311792.

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

Color convert

RGB 176 154 172 -
CMYK 0 0.12 0.02 0.31
HSL 310.91º 0.12% 0.65% -
HSV(B) 310.91º 0.13% 0.69% -
XYZ 36.91 35.32 43.9 -
YUV 162.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 176 154 172 0 0.12 0.02 0.31 310.91 0.12 0.65
Hex B0 9A AC 0 C 2 1F 137 C 41
Octal 260 232 254 0 14 2 37 467 14 101
Binary 10110000 10011010 10101100 0 1100 10 11111 100110111 1100 1000001

Color Harmonies of #B09AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AAC

Black with #B09AAC

Text Example


Text Example

White with #B09AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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