Html Css Color HEX #B889BA London Hue

📋 copy color: '#B889BA'

red 184 ◦ green 137 ◦ blue 186

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

Shades of London Hue #B889BA

Tints of London Hue #B889BA

RGB

 RED value IS 184 (72.27% from 255) = 36.29%

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

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

R = 36.29%
G = 27.02%
B = 36.69%

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

#B889BA (or 0xB889BA) is known color: London Hue. HEX triplet: B8, 89 and BA. RGB value is (184,137,186). Sum of RGB (Red+Green+Blue) = 184+137+186=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B889BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889BA is #477645. Grayscale: #9C9C9C. Windows color (decimal): -4683334 or 12224952. OLE color: 12224952.

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

Color convert

RGB 184 137 186 -
CMYK 0.01 0.26 0 0.27
HSL 297.55º 0.26% 0.63% -
HSV(B) 297.55º 0.26% 0.73% -
XYZ 37.58 31.63 50.58 -
YUV 156.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 184 137 186 0.01 0.26 0 0.27 297.55 0.26 0.63
Hex B8 89 BA 1 1A 0 1B 12A 1A 3F
Octal 270 211 272 1 32 0 33 452 32 77
Binary 10111000 10001001 10111010 1 11010 0 11011 100101010 11010 111111

Color Harmonies of #B889BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B889BA

Black with #B889BA

Text Example


Text Example

White with #B889BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B889BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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