Html Css Color HEX #BB89AC London Hue

📋 copy color: '#BB89AC'

red 187 ◦ green 137 ◦ blue 172

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

Shades of London Hue #BB89AC

Tints of London Hue #BB89AC

RGB

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

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

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

R = 37.7%
G = 27.62%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB89AC (or 0xBB89AC) is known color: London Hue. HEX triplet: BB, 89 and AC. RGB value is (187,137,172). Sum of RGB (Red+Green+Blue) = 187+137+172=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AC is #447653. Grayscale: #9B9B9B. Windows color (decimal): -4486740 or 11307451. OLE color: 11307451.

HSL color Cylindrical-coordinate representation of color #BB89AC: hue angle of 318º 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 #BB89AC is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 172 -
CMYK 0 0.27 0.08 0.27
HSL 318º 0.27% 0.64% -
HSV(B) 318º 0.27% 0.73% -
XYZ 36.89 31.43 43.15 -
YUV 155.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 187 137 172 0 0.27 0.08 0.27 318 0.27 0.64
Hex BB 89 AC 0 1B 8 1B 13E 1B 40
Octal 273 211 254 0 33 10 33 476 33 100
Binary 10111011 10001001 10101100 0 11011 1000 11011 100111110 11011 1000000

Color Harmonies of #BB89AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89AC

Black with #BB89AC

Text Example


Text Example

White with #BB89AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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