Html Css Color HEX #B890BA London Hue

📋 copy color: '#B890BA'

red 184 ◦ green 144 ◦ blue 186

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

Shades of London Hue #B890BA

Tints of London Hue #B890BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.02%

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

R = 35.8%
G = 28.02%
B = 36.19%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B890BA (or 0xB890BA) is known color: London Hue. HEX triplet: B8, 90 and BA. RGB value is (184,144,186). Sum of RGB (Red+Green+Blue) = 184+144+186=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B890BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890BA is #476F45. Grayscale: #A0A0A0. Windows color (decimal): -4681542 or 12226744. OLE color: 12226744.

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

Color convert

RGB 184 144 186 -
CMYK 0.01 0.23 0 0.27
HSL 297.14º 0.23% 0.65% -
HSV(B) 297.14º 0.23% 0.73% -
XYZ 38.6 33.68 50.92 -
YUV 160.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 184 144 186 0.01 0.23 0 0.27 297.14 0.23 0.65
Hex B8 90 BA 1 17 0 1B 129 17 41
Octal 270 220 272 1 27 0 33 451 27 101
Binary 10111000 10010000 10111010 1 10111 0 11011 100101001 10111 1000001

Color Harmonies of #B890BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890BA

Black with #B890BA

Text Example


Text Example

White with #B890BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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