#BD88AE

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

Shades of London Hue #BD88AE

Tints of London Hue #BD88AE

Color information

#BD88AE (or 0xBD88AE) is unknown color: approx London Hue. HEX triplet: BD, 88 and AE. RGB value is (189,136,174). Sum of RGB (Red+Green+Blue) = 189+136+174=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88AE is #427751. Grayscale: #9C9C9C. Windows color (decimal): -4355922 or 11438269. OLE color: 11438269.

HSL color Cylindrical-coordinate representation of color #BD88AE: hue angle of 316.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD88AE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189136174-
CMYK00.280.080.26
HSL316.98º28.65%63.73%-
HSV(B)316.98º28.04%74.12%-
XYZ37.4331.4844.15-
YUV156.18138.06151.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=37.88%
G=27.25%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913617400.280.080.26316.9828.6563.73
HexBD88AE01C81A13d1d40
Octal275210256034103247535100
Binary101111011000100010101110011100100011010100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD88AE; }

 p { color: rgb(189,136,174); }

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

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

 a { background-color: rgb(189,136,174); }

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

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

 span { border-color: rgb(189,136,174); }

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