#BB7FAE

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

Shades of London Hue #BB7FAE

Tints of London Hue #BB7FAE

Color information

#BB7FAE (or 0xBB7FAE) is unknown color: approx London Hue. HEX triplet: BB, 7F and AE. RGB value is (187,127,174). Sum of RGB (Red+Green+Blue) = 187+127+174=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FAE is #448051. Grayscale: #969696. Windows color (decimal): -4489298 or 11435963. OLE color: 11435963.

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

Color convert

RGB187127174-
CMYK00.320.070.27
HSL313º30.61%61.57%-
HSV(B)313º32.09%73.33%-
XYZ35.7228.843.72-
YUV150.3141.38154.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=38.32%
G=26.02%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712717400.320.070.2731330.6161.57
HexBB7FAE02071B1391f3e
Octal2731772560407334713776
Binary1011101111111111010111001000001111101110011100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FAE; }

 p { color: rgb(187,127,174); }

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

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

 a { background-color: rgb(187,127,174); }

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

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

 span { border-color: rgb(187,127,174); }

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