Html Css Color HEX #B09FAE London Hue

📋 copy color: '#B09FAE'

red 176 ◦ green 159 ◦ blue 174

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

Shades of London Hue #B09FAE

Tints of London Hue #B09FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.18%

R = 34.58%
G = 31.24%
B = 34.18%

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

#B09FAE (or 0xB09FAE) is known color: London Hue. HEX triplet: B0, 9F and AE. RGB value is (176,159,174). Sum of RGB (Red+Green+Blue) = 176+159+174=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAE is #4F6051. Grayscale: #A5A5A5. Windows color (decimal): -5202002 or 11444144. OLE color: 11444144.

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

Color convert

RGB 176 159 174 -
CMYK 0 0.10 0.01 0.31
HSL 307.06º 0.1% 0.66% -
HSV(B) 307.06º 0.1% 0.69% -
XYZ 37.94 37.08 45.2 -
YUV 165.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 176 159 174 0 0.10 0.01 0.31 307.06 0.1 0.66
Hex B0 9F AE 0 A 1 1F 133 A 42
Octal 260 237 256 0 12 1 37 463 12 102
Binary 10110000 10011111 10101110 0 1010 1 11111 100110011 1010 1000010

Color Harmonies of #B09FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FAE

Black with #B09FAE

Text Example


Text Example

White with #B09FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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