Html Css Color HEX #B992B9 London Hue

📋 copy color: '#B992B9'

red 185 ◦ green 146 ◦ blue 185

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

Shades of London Hue #B992B9

Tints of London Hue #B992B9

RGB

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

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

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

R = 35.85%
G = 28.29%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B992B9 (or 0xB992B9) is known color: London Hue. HEX triplet: B9, 92 and B9. RGB value is (185,146,185). Sum of RGB (Red+Green+Blue) = 185+146+185=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B992B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992B9 is #466D46. Grayscale: #A1A1A1. Windows color (decimal): -4615495 or 12161721. OLE color: 12161721.

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

Color convert

RGB 185 146 185 -
CMYK 0 0.21 0 0.27
HSL 300º 0.22% 0.65% -
HSV(B) 300º 0.21% 0.73% -
XYZ 39.04 34.37 50.48 -
YUV 162.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 185 146 185 0 0.21 0 0.27 300 0.22 0.65
Hex B9 92 B9 0 15 0 1B 12C 16 41
Octal 271 222 271 0 25 0 33 454 26 101
Binary 10111001 10010010 10111001 0 10101 0 11011 100101100 10110 1000001

Color Harmonies of #B992B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992B9

Black with #B992B9

Text Example


Text Example

White with #B992B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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