Html Css Color HEX #B99FB6 London Hue

📋 copy color: '#B99FB6'

red 185 ◦ green 159 ◦ blue 182

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

Shades of London Hue #B99FB6

Tints of London Hue #B99FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 35.17%
G = 30.23%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B99FB6 (or 0xB99FB6) is known color: London Hue. HEX triplet: B9, 9F and B6. RGB value is (185,159,182). Sum of RGB (Red+Green+Blue) = 185+159+182=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FB6 is #466049. Grayscale: #A9A9A9. Windows color (decimal): -4612170 or 11968441. OLE color: 11968441.

HSL color Cylindrical-coordinate representation of color #B99FB6: hue angle of 306.92º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FB6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 159 182 -
CMYK 0 0.14 0.02 0.27
HSL 306.92º 0.16% 0.67% -
HSV(B) 306.92º 0.14% 0.73% -
XYZ 40.85 38.49 49.53 -
YUV 169.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 185 159 182 0 0.14 0.02 0.27 306.92 0.16 0.67
Hex B9 9F B6 0 E 2 1B 133 10 43
Octal 271 237 266 0 16 2 33 463 20 103
Binary 10111001 10011111 10110110 0 1110 10 11011 100110011 10000 1000011

Color Harmonies of #B99FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FB6

Black with #B99FB6

Text Example


Text Example

White with #B99FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FB6; }

 p { color: rgb(185,159,182); }

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

background-color css

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

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

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

border-color css

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

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

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