#B99FB4

Color #B99FB4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B99FB4

Tints of London Hue #B99FB4

Color information

#B99FB4 (or 0xB99FB4) is unknown color: approx London Hue. HEX triplet: B9, 9F and B4. RGB value is (185,159,180). Sum of RGB (Red+Green+Blue) = 185+159+180=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FB4 is #46604B. Grayscale: #A9A9A9. Windows color (decimal): -4612172 or 11837369. OLE color: 11837369.

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

Color convert

RGB185159180-
CMYK00.140.030.27
HSL311.54º15.66%67.45%-
HSV(B)311.54º14.05%72.55%-
XYZ40.6438.4148.45-
YUV169.17134.11139.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=35.31%
G=30.34%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515918000.140.030.27311.5415.6667.45
HexB99FB40E31B1381043
Octal27123726401633347020103
Binary101110011001111110110100011101111011100111000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FB4; }

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

 H1.HeaderClassName
 {
   color: #B99FB4;
 }
 .AnyTagClassName
 {
   color: #B99FB4;
 }
</style>
background-color css

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

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

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

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

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

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