Html Css Color HEX #B992BB London Hue

📋 copy color: '#B992BB'

red 185 ◦ green 146 ◦ blue 187

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

Shades of London Hue #B992BB

Tints of London Hue #B992BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

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

R = 35.71%
G = 28.19%
B = 36.1%

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

#B992BB (or 0xB992BB) is known color: London Hue. HEX triplet: B9, 92 and BB. RGB value is (185,146,187). Sum of RGB (Red+Green+Blue) = 185+146+187=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #B992BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992BB is #466D44. Grayscale: #A2A2A2. Windows color (decimal): -4615493 or 12292793. OLE color: 12292793.

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

Color convert

RGB 185 146 187 -
CMYK 0.01 0.22 0 0.27
HSL 297.07º 0.23% 0.65% -
HSV(B) 297.07º 0.22% 0.73% -
XYZ 39.26 34.46 51.6 -
YUV 162.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 185 146 187 0.01 0.22 0 0.27 297.07 0.23 0.65
Hex B9 92 BB 1 16 0 1B 129 17 41
Octal 271 222 273 1 26 0 33 451 27 101
Binary 10111001 10010010 10111011 1 10110 0 11011 100101001 10111 1000001

Color Harmonies of #B992BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992BB

Black with #B992BB

Text Example


Text Example

White with #B992BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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