#BD88BB

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

Shades of London Hue #BD88BB

Tints of London Hue #BD88BB

Color information

#BD88BB (or 0xBD88BB) is unknown color: approx London Hue. HEX triplet: BD, 88 and BB. RGB value is (189,136,187). Sum of RGB (Red+Green+Blue) = 189+136+187=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88BB is #427744. Grayscale: #9D9D9D. Windows color (decimal): -4355909 or 12290237. OLE color: 12290237.

HSL color Cylindrical-coordinate representation of color #BD88BB: hue angle of 302.26º 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 #BD88BB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189136187-
CMYK00.280.010.26
HSL302.26º28.65%63.73%-
HSV(B)302.26º28.04%74.12%-
XYZ38.7632.0151.15-
YUV157.66144.56150.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=36.91%
G=26.56%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913618700.280.010.26302.2628.6563.73
HexBD88BB01C11A12e1d40
Octal27521027303413245635100
Binary101111011000100010111011011100111010100101110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD88BB; }

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

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

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

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

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

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

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

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