Html Css Color HEX #B989BB London Hue

📋 copy color: '#B989BB'

red 185 ◦ green 137 ◦ blue 187

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

Shades of London Hue #B989BB

Tints of London Hue #B989BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 36.35%
G = 26.92%
B = 36.74%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B989BB (or 0xB989BB) is known color: London Hue. HEX triplet: B9, 89 and BB. RGB value is (185,137,187). Sum of RGB (Red+Green+Blue) = 185+137+187=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #B989BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989BB is #467644. Grayscale: #9C9C9C. Windows color (decimal): -4617797 or 12290489. OLE color: 12290489.

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

Color convert

RGB 185 137 187 -
CMYK 0.01 0.27 0 0.27
HSL 297.6º 0.27% 0.64% -
HSV(B) 297.6º 0.27% 0.73% -
XYZ 37.92 31.79 51.15 -
YUV 157.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 185 137 187 0.01 0.27 0 0.27 297.6 0.27 0.64
Hex B9 89 BB 1 1B 0 1B 12A 1B 40
Octal 271 211 273 1 33 0 33 452 33 100
Binary 10111001 10001001 10111011 1 11011 0 11011 100101010 11011 1000000

Color Harmonies of #B989BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989BB

Black with #B989BB

Text Example


Text Example

White with #B989BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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