#BF80BA

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

Shades of London Hue #BF80BA

Tints of London Hue #BF80BA

Color information

#BF80BA (or 0xBF80BA) is unknown color: approx London Hue. HEX triplet: BF, 80 and BA. RGB value is (191,128,186). Sum of RGB (Red+Green+Blue) = 191+128+186=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BA is #407F45. Grayscale: #999999. Windows color (decimal): -4226886 or 12222655. OLE color: 12222655.

HSL color Cylindrical-coordinate representation of color #BF80BA: hue angle of 304.76º 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 #BF80BA is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191128186-
CMYK00.330.030.25
HSL304.76º32.98%62.55%-
HSV(B)304.76º32.98%74.9%-
XYZ38.0730.0650.25-
YUV153.45146.37154.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=37.82%
G=25.35%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112818600.330.030.25304.7632.9862.55
HexBF80BA021319131213f
Octal2772002720413314614177
Binary10111111100000001011101001000011111001100110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80BA; }

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

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

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

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

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

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

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

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