Html Css Color HEX #B09FAC London Hue

📋 copy color: '#B09FAC'

red 176 ◦ green 159 ◦ blue 172

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

Shades of London Hue #B09FAC

Tints of London Hue #B09FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 34.71%
G = 31.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B09FAC (or 0xB09FAC) is known color: London Hue. HEX triplet: B0, 9F and AC. RGB value is (176,159,172). Sum of RGB (Red+Green+Blue) = 176+159+172=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAC is #4F6053. Grayscale: #A5A5A5. Windows color (decimal): -5202004 or 11313072. OLE color: 11313072.

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

Color convert

RGB 176 159 172 -
CMYK 0 0.10 0.02 0.31
HSL 314.12º 0.1% 0.66% -
HSV(B) 314.12º 0.1% 0.69% -
XYZ 37.75 37 44.18 -
YUV 165.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 176 159 172 0 0.10 0.02 0.31 314.12 0.1 0.66
Hex B0 9F AC 0 A 2 1F 13A A 42
Octal 260 237 254 0 12 2 37 472 12 102
Binary 10110000 10011111 10101100 0 1010 10 11111 100111010 1010 1000010

Color Harmonies of #B09FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FAC

Black with #B09FAC

Text Example


Text Example

White with #B09FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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