#B99CB3

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

Shades of London Hue #B99CB3

Tints of London Hue #B99CB3

Color information

#B99CB3 (or 0xB99CB3) is unknown color: approx London Hue. HEX triplet: B9, 9C and B3. RGB value is (185,156,179). Sum of RGB (Red+Green+Blue) = 185+156+179=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CB3 is #46634C. Grayscale: #A7A7A7. Windows color (decimal): -4612941 or 11771065. OLE color: 11771065.

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

Color convert

RGB185156179-
CMYK00.160.030.27
HSL312.41º17.16%66.86%-
HSV(B)312.41º15.68%72.55%-
XYZ40.0337.3547.75-
YUV167.29134.61140.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=35.58%
G=30%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515617900.160.030.27312.4117.1666.86
HexB99CB301031B1381143
Octal27123426302033347021103
Binary1011100110011100101100110100001111011100111000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CB3; }

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

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

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

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

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

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

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

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