#BB7DAF

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

Shades of London Hue #BB7DAF

Tints of London Hue #BB7DAF

Color information

#BB7DAF (or 0xBB7DAF) is unknown color: approx London Hue. HEX triplet: BB, 7D and AF. RGB value is (187,125,175). Sum of RGB (Red+Green+Blue) = 187+125+175=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAF is #448250. Grayscale: #959595. Windows color (decimal): -4489809 or 11500987. OLE color: 11500987.

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

Color convert

RGB187125175-
CMYK00.330.060.27
HSL311.61º31.31%61.18%-
HSV(B)311.61º33.16%73.33%-
XYZ35.5628.3344.15-
YUV149.24142.54154.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=38.40%
G=25.67%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712517500.330.060.27311.6131.3161.18
HexBB7DAF02161B1381f3d
Octal2731752570416334703775
Binary1011101111111011010111101000011101101110011100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DAF; }

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

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

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

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

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

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

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

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