#B993B0

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

Shades of London Hue #B993B0

Tints of London Hue #B993B0

Color information

#B993B0 (or 0xB993B0) is unknown color: approx London Hue. HEX triplet: B9, 93 and B0. RGB value is (185,147,176). Sum of RGB (Red+Green+Blue) = 185+147+176=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B993B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B993B0 is #466C4F. Grayscale: #A1A1A1. Windows color (decimal): -4615248 or 11572153. OLE color: 11572153.

HSL color Cylindrical-coordinate representation of color #B993B0: hue angle of 314.21º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B993B0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185147176-
CMYK00.210.050.27
HSL314.21º21.35%65.1%-
HSV(B)314.21º20.54%72.55%-
XYZ38.2834.3245.68-
YUV161.67136.09144.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=36.42%
G=28.94%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514717600.210.050.27314.2121.3565.1
HexB993B001551B13a1541
Octal27122326002553347225101
Binary10111001100100111011000001010110111011100111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993B0; }

 p { color: rgb(185,147,176); }

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

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

 a { background-color: rgb(185,147,176); }

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

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

 span { border-color: rgb(185,147,176); }

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