#BF80BB

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

Shades of London Hue #BF80BB

Tints of London Hue #BF80BB

Color information

#BF80BB (or 0xBF80BB) is unknown color: approx London Hue. HEX triplet: BF, 80 and BB. RGB value is (191,128,187). Sum of RGB (Red+Green+Blue) = 191+128+187=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BB is #407F44. Grayscale: #999999. Windows color (decimal): -4226885 or 12288191. OLE color: 12288191.

HSL color Cylindrical-coordinate representation of color #BF80BB: hue angle of 303.81º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80BB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191128187-
CMYK00.330.020.25
HSL303.81º32.98%62.55%-
HSV(B)303.81º32.98%74.9%-
XYZ38.1730.150.81-
YUV153.56146.87154.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=37.75%
G=25.30%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112818700.330.020.25303.8132.9862.55
HexBF80BB021219130213f
Octal2772002730412314604177
Binary10111111100000001011101101000011011001100110000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80BB; }

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

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

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

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

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

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

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

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