#BB7DAD

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

Shades of London Hue #BB7DAD

Tints of London Hue #BB7DAD

Color information

#BB7DAD (or 0xBB7DAD) is unknown color: approx London Hue. HEX triplet: BB, 7D and AD. RGB value is (187,125,173). Sum of RGB (Red+Green+Blue) = 187+125+173=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAD is #448252. Grayscale: #949494. Windows color (decimal): -4489811 or 11369915. OLE color: 11369915.

HSL color Cylindrical-coordinate representation of color #BB7DAD: hue angle of 313.55º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7DAD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187125173-
CMYK00.330.070.27
HSL313.55º31.31%61.18%-
HSV(B)313.55º33.16%73.33%-
XYZ35.3728.2543.12-
YUV149.01141.54155.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=38.56%
G=25.77%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712517300.330.070.27313.5531.3161.18
HexBB7DAD02171B13a1f3d
Octal2731752550417334723775
Binary1011101111111011010110101000011111101110011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DAD; }

 p { color: rgb(187,125,173); }

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

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

 a { background-color: rgb(187,125,173); }

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

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

 span { border-color: rgb(187,125,173); }

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