Html Css Color HEX #B089AD London Hue

📋 copy color: '#B089AD'

red 176 ◦ green 137 ◦ blue 173

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

Shades of London Hue #B089AD

Tints of London Hue #B089AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 36.21%
G = 28.19%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B089AD (or 0xB089AD) is known color: London Hue. HEX triplet: B0, 89 and AD. RGB value is (176,137,173). Sum of RGB (Red+Green+Blue) = 176+137+173=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B089AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089AD is #4F7652. Grayscale: #989898. Windows color (decimal): -5207635 or 11372976. OLE color: 11372976.

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

Color convert

RGB 176 137 173 -
CMYK 0 0.22 0.02 0.31
HSL 304.62º 0.2% 0.61% -
HSV(B) 304.62º 0.22% 0.69% -
XYZ 34.39 30.14 43.54 -
YUV 152.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 176 137 173 0 0.22 0.02 0.31 304.62 0.2 0.61
Hex B0 89 AD 0 16 2 1F 131 14 3D
Octal 260 211 255 0 26 2 37 461 24 75
Binary 10110000 10001001 10101101 0 10110 10 11111 100110001 10100 111101

Color Harmonies of #B089AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089AD

Black with #B089AD

Text Example


Text Example

White with #B089AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089AD; }

 p { color: rgb(176,137,173); }

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

background-color css

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

 a { background-color: rgb(176,137,173); }

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

border-color css

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

 span { border-color: rgb(176,137,173); }

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