Html Css Color HEX #B099AC London Hue

📋 copy color: '#B099AC'

red 176 ◦ green 153 ◦ blue 172

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

Shades of London Hue #B099AC

Tints of London Hue #B099AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 35.13%
G = 30.54%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B099AC (or 0xB099AC) is known color: London Hue. HEX triplet: B0, 99 and AC. RGB value is (176,153,172). Sum of RGB (Red+Green+Blue) = 176+153+172=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AC is #4F6653. Grayscale: #A1A1A1. Windows color (decimal): -5203540 or 11311536. OLE color: 11311536.

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

Color convert

RGB 176 153 172 -
CMYK 0 0.13 0.02 0.31
HSL 310.43º 0.13% 0.65% -
HSV(B) 310.43º 0.13% 0.69% -
XYZ 36.74 34.99 43.85 -
YUV 162.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 176 153 172 0 0.13 0.02 0.31 310.43 0.13 0.65
Hex B0 99 AC 0 D 2 1F 136 D 41
Octal 260 231 254 0 15 2 37 466 15 101
Binary 10110000 10011001 10101100 0 1101 10 11111 100110110 1101 1000001

Color Harmonies of #B099AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099AC

Black with #B099AC

Text Example


Text Example

White with #B099AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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