#B99CB5

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

Shades of London Hue #B99CB5

Tints of London Hue #B99CB5

Color information

#B99CB5 (or 0xB99CB5) is unknown color: approx London Hue. HEX triplet: B9, 9C and B5. RGB value is (185,156,181). Sum of RGB (Red+Green+Blue) = 185+156+181=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CB5 is #46634A. Grayscale: #A7A7A7. Windows color (decimal): -4612939 or 11902137. OLE color: 11902137.

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

Color convert

RGB185156181-
CMYK00.160.020.27
HSL308.28º17.16%66.86%-
HSV(B)308.28º15.68%72.55%-
XYZ40.2437.4348.82-
YUV167.52135.61140.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=35.44%
G=29.89%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515618100.160.020.27308.2817.1666.86
HexB99CB501021B1341143
Octal27123426502023346421103
Binary1011100110011100101101010100001011011100110100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CB5; }

 p { color: rgb(185,156,181); }

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

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

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

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

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

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

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