#B88DAE

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

Shades of London Hue #B88DAE

Tints of London Hue #B88DAE

Color information

#B88DAE (or 0xB88DAE) is unknown color: approx London Hue. HEX triplet: B8, 8D and AE. RGB value is (184,141,174). Sum of RGB (Red+Green+Blue) = 184+141+174=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B88DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88DAE is #477251. Grayscale: #9D9D9D. Windows color (decimal): -4682322 or 11439544. OLE color: 11439544.

HSL color Cylindrical-coordinate representation of color #B88DAE: hue angle of 313.95º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88DAE is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184141174-
CMYK00.230.050.28
HSL313.95º23.24%63.73%-
HSV(B)313.95º23.37%72.16%-
XYZ36.9332.344.33-
YUV157.62137.25146.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=36.87%
G=28.26%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414117400.230.050.28313.9523.2463.73
HexB88DAE01751C13a1740
Octal27021525602753447227100
Binary10111000100011011010111001011110111100100111010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DAE; }

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

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

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

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

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

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

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

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