Html Css Color HEX #B989BA London Hue

📋 copy color: '#B989BA'

red 185 ◦ green 137 ◦ blue 186

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

Shades of London Hue #B989BA

Tints of London Hue #B989BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 36.42%
G = 26.97%
B = 36.61%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B989BA (or 0xB989BA) is known color: London Hue. HEX triplet: B9, 89 and BA. RGB value is (185,137,186). Sum of RGB (Red+Green+Blue) = 185+137+186=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B989BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989BA is #467645. Grayscale: #9C9C9C. Windows color (decimal): -4617798 or 12224953. OLE color: 12224953.

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

Color convert

RGB 185 137 186 -
CMYK 0.01 0.26 0 0.27
HSL 298.78º 0.26% 0.63% -
HSV(B) 298.78º 0.26% 0.73% -
XYZ 37.82 31.75 50.59 -
YUV 156.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 185 137 186 0.01 0.26 0 0.27 298.78 0.26 0.63
Hex B9 89 BA 1 1A 0 1B 12B 1A 3F
Octal 271 211 272 1 32 0 33 453 32 77
Binary 10111001 10001001 10111010 1 11010 0 11011 100101011 11010 111111

Color Harmonies of #B989BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989BA

Black with #B989BA

Text Example


Text Example

White with #B989BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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