Html Css Color HEX #B09BAC London Hue

📋 copy color: '#B09BAC'

red 176 ◦ green 155 ◦ blue 172

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

Shades of London Hue #B09BAC

Tints of London Hue #B09BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.82%

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

R = 34.99%
G = 30.82%
B = 34.19%

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

#B09BAC (or 0xB09BAC) is known color: London Hue. HEX triplet: B0, 9B and AC. RGB value is (176,155,172). Sum of RGB (Red+Green+Blue) = 176+155+172=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAC is #4F6453. Grayscale: #A3A3A3. Windows color (decimal): -5203028 or 11312048. OLE color: 11312048.

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

Color convert

RGB 176 155 172 -
CMYK 0 0.12 0.02 0.31
HSL 311.43º 0.12% 0.65% -
HSV(B) 311.43º 0.12% 0.69% -
XYZ 37.07 35.65 43.96 -
YUV 163.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 176 155 172 0 0.12 0.02 0.31 311.43 0.12 0.65
Hex B0 9B AC 0 C 2 1F 137 C 41
Octal 260 233 254 0 14 2 37 467 14 101
Binary 10110000 10011011 10101100 0 1100 10 11111 100110111 1100 1000001

Color Harmonies of #B09BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BAC

Black with #B09BAC

Text Example


Text Example

White with #B09BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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