#BB8AAF

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

Shades of London Hue #BB8AAF

Tints of London Hue #BB8AAF

Color information

#BB8AAF (or 0xBB8AAF) is unknown color: approx London Hue. HEX triplet: BB, 8A and AF. RGB value is (187,138,175). Sum of RGB (Red+Green+Blue) = 187+138+175=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8AAF is #447550. Grayscale: #9C9C9C. Windows color (decimal): -4486481 or 11504315. OLE color: 11504315.

HSL color Cylindrical-coordinate representation of color #BB8AAF: hue angle of 314.69º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8AAF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187138175-
CMYK00.260.060.27
HSL314.69º26.49%63.73%-
HSV(B)314.69º26.2%73.33%-
XYZ37.3231.8444.74-
YUV156.87138.23149.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 175 (68.75% from 255) = 35%
R=37.4%
G=27.6%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713817500.260.060.27314.6926.4963.73
HexBB8AAF01A61B13b1a40
Octal27321225703263347332100
Binary10111011100010101010111101101011011011100111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AAF; }

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

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

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

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

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

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

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

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