#BB8DAE

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

Shades of London Hue #BB8DAE

Tints of London Hue #BB8DAE

Color information

#BB8DAE (or 0xBB8DAE) is unknown color: approx London Hue. HEX triplet: BB, 8D and AE. RGB value is (187,141,174). Sum of RGB (Red+Green+Blue) = 187+141+174=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8DAE is #447251. Grayscale: #9E9E9E. Windows color (decimal): -4485714 or 11439547. OLE color: 11439547.

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

Color convert

RGB187141174-
CMYK00.250.070.27
HSL316.96º25.27%64.31%-
HSV(B)316.96º24.6%73.33%-
XYZ37.6632.6744.37-
YUV158.52136.74148.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=37.25%
G=28.09%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714117400.250.070.27316.9625.2764.31
HexBB8DAE01971B13d1940
Octal27321525603173347531100
Binary10111011100011011010111001100111111011100111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DAE; }

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

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

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

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

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

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

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

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