Html Css Color HEX #BB89AD London Hue

📋 copy color: '#BB89AD'

red 187 ◦ green 137 ◦ blue 173

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

Shades of London Hue #BB89AD

Tints of London Hue #BB89AD

RGB

 RED value IS 187 (73.44% from 255) = 37.63%

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

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

R = 37.63%
G = 27.57%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB89AD (or 0xBB89AD) is known color: London Hue. HEX triplet: BB, 89 and AD. RGB value is (187,137,173). Sum of RGB (Red+Green+Blue) = 187+137+173=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AD is #447652. Grayscale: #9B9B9B. Windows color (decimal): -4486739 or 11372987. OLE color: 11372987.

HSL color Cylindrical-coordinate representation of color #BB89AD: hue angle of 316.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB89AD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 173 -
CMYK 0 0.27 0.07 0.27
HSL 316.8º 0.27% 0.64% -
HSV(B) 316.8º 0.27% 0.73% -
XYZ 36.98 31.47 43.66 -
YUV 156.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 187 137 173 0 0.27 0.07 0.27 316.8 0.27 0.64
Hex BB 89 AD 0 1B 7 1B 13D 1B 40
Octal 273 211 255 0 33 7 33 475 33 100
Binary 10111011 10001001 10101101 0 11011 111 11011 100111101 11011 1000000

Color Harmonies of #BB89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89AD

Black with #BB89AD

Text Example


Text Example

White with #BB89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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