Html Css Color HEX #B999B7 London Hue

📋 copy color: '#B999B7'

red 185 ◦ green 153 ◦ blue 183

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

Shades of London Hue #B999B7

Tints of London Hue #B999B7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.37%

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 35.51%
G = 29.37%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B999B7 (or 0xB999B7) is known color: London Hue. HEX triplet: B9, 99 and B7. RGB value is (185,153,183). Sum of RGB (Red+Green+Blue) = 185+153+183=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 185 - color contains mainly: red. Hex color #B999B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999B7 is #466648. Grayscale: #A5A5A5. Windows color (decimal): -4613705 or 12032441. OLE color: 12032441.

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

Color convert

RGB 185 153 183 -
CMYK 0 0.17 0.01 0.27
HSL 303.75º 0.19% 0.66% -
HSV(B) 303.75º 0.17% 0.73% -
XYZ 39.95 36.52 49.74 -
YUV 165.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 185 153 183 0 0.17 0.01 0.27 303.75 0.19 0.66
Hex B9 99 B7 0 11 1 1B 130 13 42
Octal 271 231 267 0 21 1 33 460 23 102
Binary 10111001 10011001 10110111 0 10001 1 11011 100110000 10011 1000010

Color Harmonies of #B999B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999B7

Black with #B999B7

Text Example


Text Example

White with #B999B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999B7; }

 p { color: rgb(185,153,183); }

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

background-color css

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

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

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

border-color css

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

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

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