#BB7DAE

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

Shades of London Hue #BB7DAE

Tints of London Hue #BB7DAE

Color information

#BB7DAE (or 0xBB7DAE) is unknown color: approx London Hue. HEX triplet: BB, 7D and AE. RGB value is (187,125,174). Sum of RGB (Red+Green+Blue) = 187+125+174=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAE is #448251. Grayscale: #949494. Windows color (decimal): -4489810 or 11435451. OLE color: 11435451.

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

Color convert

RGB187125174-
CMYK00.330.070.27
HSL312.58º31.31%61.18%-
HSV(B)312.58º33.16%73.33%-
XYZ35.4728.2943.64-
YUV149.12142.04155.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=38.48%
G=25.72%
B=35.80%

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
Decimal18712517400.330.070.27312.5831.3161.18
HexBB7DAE02171B1391f3d
Octal2731752560417334713775
Binary1011101111111011010111001000011111101110011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DAE; }

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

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

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

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

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

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

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

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