Html Css Color HEX #B989AC London Hue

📋 copy color: '#B989AC'

red 185 ◦ green 137 ◦ blue 172

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

Shades of London Hue #B989AC

Tints of London Hue #B989AC

RGB

 RED value IS 185 (72.66% from 255) = 37.45%

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

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

R = 37.45%
G = 27.73%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B989AC (or 0xB989AC) is known color: London Hue. HEX triplet: B9, 89 and AC. RGB value is (185,137,172). Sum of RGB (Red+Green+Blue) = 185+137+172=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B989AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B989AC is #467653. Grayscale: #9B9B9B. Windows color (decimal): -4617812 or 11307449. OLE color: 11307449.

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

Color convert

RGB 185 137 172 -
CMYK 0 0.26 0.07 0.27
HSL 316.25º 0.26% 0.63% -
HSV(B) 316.25º 0.26% 0.73% -
XYZ 36.4 31.18 43.13 -
YUV 155.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 185 137 172 0 0.26 0.07 0.27 316.25 0.26 0.63
Hex B9 89 AC 0 1A 7 1B 13C 1A 3F
Octal 271 211 254 0 32 7 33 474 32 77
Binary 10111001 10001001 10101100 0 11010 111 11011 100111100 11010 111111

Color Harmonies of #B989AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989AC

Black with #B989AC

Text Example


Text Example

White with #B989AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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