#BF82BA

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

Shades of London Hue #BF82BA

Tints of London Hue #BF82BA

Color information

#BF82BA (or 0xBF82BA) is unknown color: approx London Hue. HEX triplet: BF, 82 and BA. RGB value is (191,130,186). Sum of RGB (Red+Green+Blue) = 191+130+186=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82BA is #407D45. Grayscale: #9A9A9A. Windows color (decimal): -4226374 or 12223167. OLE color: 12223167.

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

Color convert

RGB191130186-
CMYK00.320.030.25
HSL304.92º32.28%62.94%-
HSV(B)304.92º31.94%74.9%-
XYZ38.3330.5950.34-
YUV154.62145.71153.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=37.67%
G=25.64%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113018600.320.030.25304.9232.2862.94
HexBF82BA020319131203f
Octal2772022720403314614077
Binary10111111100000101011101001000001111001100110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82BA; }

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

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

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

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

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

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

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

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