Html Css Color HEX #B991BC London Hue

📋 copy color: '#B991BC'

red 185 ◦ green 145 ◦ blue 188

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

Shades of London Hue #B991BC

Tints of London Hue #B991BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 35.71%
G = 27.99%
B = 36.29%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B991BC (or 0xB991BC) is known color: London Hue. HEX triplet: B9, 91 and BC. RGB value is (185,145,188). Sum of RGB (Red+Green+Blue) = 185+145+188=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B991BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991BC is #466E43. Grayscale: #A1A1A1. Windows color (decimal): -4615748 or 12358073. OLE color: 12358073.

HSL color Cylindrical-coordinate representation of color #B991BC: hue angle of 295.81º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B991BC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 145 188 -
CMYK 0.02 0.23 0 0.26
HSL 295.81º 0.24% 0.65% -
HSV(B) 295.81º 0.23% 0.74% -
XYZ 39.21 34.2 52.11 -
YUV 161.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 185 145 188 0.02 0.23 0 0.26 295.81 0.24 0.65
Hex B9 91 BC 2 17 0 1A 128 18 41
Octal 271 221 274 2 27 0 32 450 30 101
Binary 10111001 10010001 10111100 10 10111 0 11010 100101000 11000 1000001

Color Harmonies of #B991BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991BC

Black with #B991BC

Text Example


Text Example

White with #B991BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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