Html Css Color HEX #B09FAF London Hue

📋 copy color: '#B09FAF'

red 176 ◦ green 159 ◦ blue 175

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

Shades of London Hue #B09FAF

Tints of London Hue #B09FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 34.51%
G = 31.18%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B09FAF (or 0xB09FAF) is known color: London Hue. HEX triplet: B0, 9F and AF. RGB value is (176,159,175). Sum of RGB (Red+Green+Blue) = 176+159+175=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAF is #4F6050. Grayscale: #A5A5A5. Windows color (decimal): -5202001 or 11509680. OLE color: 11509680.

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

Color convert

RGB 176 159 175 -
CMYK 0 0.10 0.01 0.31
HSL 303.53º 0.1% 0.66% -
HSV(B) 303.53º 0.1% 0.69% -
XYZ 38.04 37.12 45.72 -
YUV 165.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 176 159 175 0 0.10 0.01 0.31 303.53 0.1 0.66
Hex B0 9F AF 0 A 1 1F 130 A 42
Octal 260 237 257 0 12 1 37 460 12 102
Binary 10110000 10011111 10101111 0 1010 1 11111 100110000 1010 1000010

Color Harmonies of #B09FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FAF

Black with #B09FAF

Text Example


Text Example

White with #B09FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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