#BB7DAC

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

Shades of London Hue #BB7DAC

Tints of London Hue #BB7DAC

Color information

#BB7DAC (or 0xBB7DAC) is unknown color: approx London Hue. HEX triplet: BB, 7D and AC. RGB value is (187,125,172). Sum of RGB (Red+Green+Blue) = 187+125+172=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAC is #448253. Grayscale: #949494. Windows color (decimal): -4489812 or 11304379. OLE color: 11304379.

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

Color convert

RGB187125172-
CMYK00.330.080.27
HSL314.52º31.31%61.18%-
HSV(B)314.52º33.16%73.33%-
XYZ35.2728.2142.62-
YUV148.9141.04155.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=38.64%
G=25.83%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712517200.330.080.27314.5231.3161.18
HexBB7DAC02181B13b1f3d
Octal27317525404110334733775
Binary10111011111110110101100010000110001101110011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DAC; }

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

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

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

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

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

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

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

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