#BD80BB

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

Shades of London Hue #BD80BB

Tints of London Hue #BD80BB

Color information

#BD80BB (or 0xBD80BB) is unknown color: approx London Hue. HEX triplet: BD, 80 and BB. RGB value is (189,128,187). Sum of RGB (Red+Green+Blue) = 189+128+187=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BB is #427F44. Grayscale: #989898. Windows color (decimal): -4357957 or 12288189. OLE color: 12288189.

HSL color Cylindrical-coordinate representation of color #BD80BB: hue angle of 301.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80BB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189128187-
CMYK00.320.010.26
HSL301.97º31.61%62.16%-
HSV(B)301.97º32.28%74.12%-
XYZ37.6829.8550.79-
YUV152.96147.21153.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=37.5%
G=25.40%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912818700.320.010.26301.9731.6162.16
HexBD80BB02011A12e203e
Octal2752002730401324564076
Binary1011110110000000101110110100000111010100101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80BB; }

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

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

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

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

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

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

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

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