Html Css Color HEX #B991BA London Hue

📋 copy color: '#B991BA'

red 185 ◦ green 145 ◦ blue 186

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

Shades of London Hue #B991BA

Tints of London Hue #B991BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.1%

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

R = 35.85%
G = 28.1%
B = 36.05%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B991BA (or 0xB991BA) is known color: London Hue. HEX triplet: B9, 91 and BA. RGB value is (185,145,186). Sum of RGB (Red+Green+Blue) = 185+145+186=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B991BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991BA is #466E45. Grayscale: #A1A1A1. Windows color (decimal): -4615750 or 12227001. OLE color: 12227001.

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

Color convert

RGB 185 145 186 -
CMYK 0.01 0.22 0 0.27
HSL 298.54º 0.23% 0.65% -
HSV(B) 298.54º 0.22% 0.73% -
XYZ 39 34.11 50.98 -
YUV 161.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 185 145 186 0.01 0.22 0 0.27 298.54 0.23 0.65
Hex B9 91 BA 1 16 0 1B 12B 17 41
Octal 271 221 272 1 26 0 33 453 27 101
Binary 10111001 10010001 10111010 1 10110 0 11011 100101011 10111 1000001

Color Harmonies of #B991BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991BA

Black with #B991BA

Text Example


Text Example

White with #B991BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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